Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
First release version
Browse files Browse the repository at this point in the history
  • Loading branch information
An-dz committed Jul 24, 2017
1 parent a489888 commit c5c24c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ScriptJäger
__Der ScriptJäger - die Erweiterung für der Jägermeister!__
__Der ScriptJäger - die Erweiterung für den Jägermeister!__

ScriptJäger is a script management extension, it allows you to control which scripts each page can load. ScriptJäger is inspired by [ScriptWeeder](https://github.com/lemonsqueeze/scriptweeder) by lemonsqueeze.

Expand All @@ -11,14 +11,14 @@ ScriptJäger was created to be lightweigth, fast, powerful & easy-to-use. Anythi
ScriptJäger is tested only under the [Vivaldi browser](https://vivaldi.com/) and may not work on other Chromium browsers, including Chromium itself. No matter which browser you are using remember to include this info when reporting a bug.

## Download
A _'stable'_ version of the extension as a CRX file can be downloaded on the [releases](https://github.com/An-dz/ScriptJaeger/releases) page. The extension automatically checks for updates every 24 hours and will notify you of updates, if you cancel the notification a new one will be shown in the next 24 hours. The update check will send a normal GET request to GitHub to download the latest manifest file here, no other information is sent.

This extension is not available on Chrome Web Store, if it ever becomes available on it this notice will be removed and a link to the store will be added. There are two reasons for this:

* You must pay a fee to be there
Yes, I must pay to help them make their browser more popular
* This fee is their verification method
Yes, you pay and you are verified, how does this protect the user?

For the current moment this extension is still not enough stable for distribution. It's on the roadmap to offer a compiled extension as CRX through GitHub and for the extension to check for updates and at least notify of new updates.
Yes, you pay and you are verified, this gives no protection to the user

## Permissions
This extension requests some permissions, here's why it requires each one:
Expand All @@ -33,3 +33,7 @@ To know which kind of redirection it is to update the popup accordingly, prevent
To be able to intercept the scripts before requesting them and then block if necessary
* \<all_urls>
To work in any page
* alarms
To check for updates
* notifications
To notify you about an update
5 changes: 2 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "ScriptJäger",
"version": "0.0",
"version": "0.1.0",
"author": {
"name": "André Zanghelini (An_dz)",
"url": "https://github.com/An-dz"
},
"description": "Die Erweiterung für der Jägermeister! Control which scripts & frames to load per webpage.",
"description": "Die Erweiterung für den Jägermeister! Control which scripts & frames to load per webpage.",
"homepage_url": "https://github.com/An-dz",

// "default_locale": "en",
"icons": {
"128": "images/jaegerhut128.png",
"48": "images/jaegerhut48.png",
Expand Down

0 comments on commit c5c24c2

Please sign in to comment.