jsblocks

block stuff you don't want to see

Wat is jsblocks?

jsblocks is een Chrome-extensie ontwikkeld door https://mdislam.com, en de belangrijkste functie is "block stuff you don't want to see".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie jsblocks

Download jsblocks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam jsblocks jsblocks
ID icpmhilfekpdgkfliliocpagfleebggh
Officiële URL https://chromewebstore.google.com/detail/jsblocks/icpmhilfekpdgkfliliocpagfleebggh
Beschrijving block stuff you don't want to see
Bestandsgrootte 843 KB
Aantal Installaties 22
Huidige Versie 1.0
Laatst Bijgewerkt 2018-01-08
Publicatiedatum 2018-01-08
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://mdislam.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://mdislam.com/data/workspaces.html
Ondersteunde Talen 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"
    ]
}