Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome extension denyying crx file #1322

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
2b6225c
Remove tracking, notifications & permissions
aciidic Dec 16, 2020
7072d36
Update README.md
aciidic Dec 16, 2020
6f7679d
Update README.md
aciidic Dec 16, 2020
276cf0a
Update README.md
aciidic Dec 16, 2020
6b77837
Updated Group Policy documentation
aciidic Dec 16, 2020
305773d
Update README.md
aciidic Dec 16, 2020
d5eac23
Group Policy extension installation
aciidic Dec 16, 2020
41fbbd5
Update README.md
aciidic Dec 16, 2020
98ab900
Update README.md
aciidic Jan 17, 2021
0db8695
Update README.md
aciidic Jan 17, 2021
253cfa2
Update manifest.json
aciidic Jan 17, 2021
6d8095a
Update manifest.json
aciidic Jan 17, 2021
28db43b
Update README.md
aciidic Jan 17, 2021
9beda96
Support migration from TGS with other extension ids
luke-jr Feb 5, 2021
d67e5f6
Merge pull request #3 from luke-jr/migrate
aciidic Feb 6, 2021
9f47900
Update README.md
aciidic Feb 6, 2021
6ed23c0
Remove gsAnalytics.js
tbmc Feb 7, 2021
3ffc594
Merge pull request #4 from tbmc/master
aciidic Feb 24, 2021
0ad50d9
Update messages.json
aciidic Feb 28, 2021
cc47680
Update messages.json
aciidic Feb 28, 2021
39c3090
Update messages.json
aciidic Feb 28, 2021
156ad81
Update messages.json
aciidic Feb 28, 2021
a1ce46a
Update messages.json
aciidic Feb 28, 2021
c3373c8
Update messages.json
aciidic Feb 28, 2021
8212ad2
Update messages.json
aciidic Feb 28, 2021
b722842
Update messages.json
aciidic Feb 28, 2021
6d005b7
Update manifest.json
aciidic Feb 28, 2021
8d4375d
Update about.html
aciidic Feb 28, 2021
e66afcb
Option to disable firstrun/update popups
aciidic Feb 28, 2021
0726b82
Option to disable firstrun/update popups
aciidic Feb 28, 2021
03c4a53
Option to disable firstrun/update popups
aciidic Feb 28, 2021
5d3143e
Add some annotation to make README a bit more clear
tianhuil Apr 2, 2021
3cc60a1
Merge pull request #5 from tianhuil/patch-2
aciidic Apr 7, 2021
e439217
Update package-lock.json
yurovant Apr 10, 2021
62a0b5c
Merge pull request #6 from yurovant/patch-1
aciidic Apr 23, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update about.html
  • Loading branch information
aciidic authored Feb 28, 2021
commit 8d4375dbd90090ab4835f9c0b7b14fbe37564c58
5 changes: 3 additions & 2 deletions src/about.html
Original file line number Diff line number Diff line change
@@ -69,7 +69,8 @@ <h1 data-i18n="__MSG_ext_extension_name__"></h1>
<a href="https://www.browserstack.com" target="_blank" data-i18n="__MSG_html_about_browserstack__"></a>
<span data-i18n="__MSG_html_about_browserstack_suffix__"></span>
<br />
<a href="https://github.com/greatsuspender/thegreatsuspender">Original Project</a>
<br />
<a href="https://github.com/greatsuspender/thegreatsuspender">Original Project</a> by Dean Oemcke
</p>
</div>

@@ -79,4 +80,4 @@ <h1 data-i18n="__MSG_ext_extension_name__"></h1>

</body>

</html>
</html>