DJ NOScript

Regain control of the web and surf more securely.

Τι είναι το DJ NOScript;

Το DJ NOScript είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://patilweb.com, και η κύρια λειτουργία του είναι "Regain control of the web and surf more securely.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης DJ NOScript

Λήψη αρχείων επέκτασης DJ NOScript σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        DJ NoScript provides an extra security for your browser. It allows JavaScript (inline & external) to be executed only by trusted websites of your choice. Some websites are added to the white-list by default, but you can add or remove items at any time.

Important features:
a) Allows you to block all Scripts (inline and external) from untrusted websites (plus you can block Images, Objects, Styles and Media as well).
b) Simple and very lite: this Addon does not use noticeable memory or CPU form your machine.
c) You can easily switch the extension On or Off from the toolbar popup UI using DJ No Script.
d) Add or remove websites to the white-list table easily from toolbar-popup.
e) Beside scripts, you can also block style-sheets, images, objects and media from untrusted sources. To activate, open toolbar-popup and click on the desired option at the bottom of the panel.
f) Choose desired blocking engine, Web-Request-Observer or Content-Security-Policy from the options page.
g) Add desired whitelist or blacklist rules with regular expressions.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα DJ NOScript DJ NOScript
ID dhmjkcnmfajodmlghfjdhemjfjkangok
Επίσημο URL https://chromewebstore.google.com/detail/dj-noscript/dhmjkcnmfajodmlghfjdhemjfjkangok
Περιγραφή Regain control of the web and surf more securely.
Μέγεθος Αρχείου 983 KB
Αριθμός Εγκαταστάσεων 348
Τρέχουσα Έκδοση 8.5.5.5
Τελευταία Ενημέρωση 2022-07-15
Ημερομηνία Δημοσίευσης 2022-07-14
Αξιολόγηση 4.33/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://patilweb.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://todayups.wordpress.com/app-privacy-web/
URL της Σελίδας Πολιτικής Απορρήτου https://todayups.wordpress.com/app-privacy-web
Υποστηριζόμενες Γλώσσες de,en,en-GB,en-US,fr,nl,es,it,lv,hu,pl,ro,sv,cs,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_icon": "img\/IconForbidden.png",
        "default_popup": "html\/popup.html",
        "default_title": "DJ NOScript"
    },
    "commands": {
        "removetempall": {
            "description": "__MSG_hotkeysremoveall__",
            "suggested_key": {
                "default": "Ctrl+Shift+Q"
            }
        },
        "removetemppage": {
            "description": "__MSG_hotkeysremove__",
            "suggested_key": {
                "default": "Ctrl+Shift+R"
            }
        },
        "temppage": {
            "description": "__MSG_hotkeystoggle__",
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            }
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/common.js",
                "js\/yoyo.js",
                "js\/ss.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appdescription__",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "24": "img\/icon24.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "6",
    "name": "DJ NOScript",
    "options_page": "html\/options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "notifications",
        "privacy",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "8.5.5.5"
}