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 messages.json
  • Loading branch information
aciidic authored Feb 28, 2021
commit 0ad50d967ed8a037e7244cbaba24ad495383983b
1 change: 1 addition & 0 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -114,6 +114,7 @@
"html_options_other_enable_context_menu_tooltip_line1": { "message": "Add controls for this extension to the right-click menu of a web page." },
"html_options_other_enable_context_menu_tooltip_line2": { "message": "This will give you access to advanced suspending actions not available" },
"html_options_other_enable_context_menu_tooltip_line3": { "message": "elsewhere in the extension." },
"html_options_other_enable_nonag": { "message": "Disable notification tab popups on first run and after extension update" },
"html_options_other_enable_sync": { "message": "Sync settings with your Chrome profile" },
"html_options_other_enable_sync_tooltip_line1a": { "message": "Extension settings will be synchronised across all chrome browsers which are" },
"html_options_other_enable_sync_tooltip_line1b": { "message": "logged in with the same profile." },