jsblocks

block stuff you don't want to see

Was ist jsblocks?

jsblocks ist eine Chrome-Erweiterung, die von https://mdislam.com entwickelt wurde, und ihr Hauptmerkmal ist "block stuff you don't want to see".

Erweiterungsscreenshots

screenshot
screenshot

jsblocks-Erweiterungs-CRX-Datei herunterladen

Laden Sie jsblocks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Block annoying popups, modals, notifications, images, videos, or anything on any website.

Just right-click -> jsblock on what you don't want to see anymore.                    

Grundlegende Informationen zur Erweiterung

Name jsblocks jsblocks
ID icpmhilfekpdgkfliliocpagfleebggh
Offizielle URL https://chromewebstore.google.com/detail/jsblocks/icpmhilfekpdgkfliliocpagfleebggh
Beschreibung block stuff you don't want to see
Dateigröße 843 KB
Installationsanzahl 22
Aktuelle Version 1.0
Letztes Update 2018-01-08
Veröffentlichungsdatum 2018-01-08
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://mdislam.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://mdislam.com/data/workspaces.html
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "jsblocks",
    "description": "block stuff you don't want to see",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "main.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ]
}