forked from joeywatts/disable-autogain-control-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
usage.html
54 lines (54 loc) · 1.94 KB
/
usage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<title>Disable Automatic Gain Control</title>
<style type="text/css">
main {
max-width: 800px;
margin: 0 auto;
}
li {
margin-bottom: 10px;
}
p {
text-align: center;
}
</style>
</head>
<body>
<main>
<h1>Disable Automatic Gain Control</h1>
<h2>Usage</h2>
<ol>
<li>
Visit the domain that you would like to disable automatic
gain control on. For example, to disable the gain control
for Google Meet, visit <a href="https://meet.google.com">
https://meet.google.com</a>. (Ensure that you're logged
in, so it doesn't redirect you to a different origin.)
</li>
<li>
Click on "Disable Automatic Gain Control" in the extensions
list.
<p><img src="images/pre-enablement.png" /></p>
</li>
<li>
It will request permission to access the site.
<p><img src="images/permission-request.png" /><p>
</li>
<li>
Once the permission is granted, the page will refresh and
the icon in the extensions list will show a badge which
reflects that the extension is activated.
<p><img src="images/post-enablement.png" /></p>
</li>
<li>
To disable the extension on the domain again, simply select
the "Disable Automatic Gain Control" extension from the list
again. It will refresh the page and the "On" badge will
disappear.
</li>
</ol>
</main>
</body>
</html>