jsblocks

block stuff you don't want to see

Qu'est-ce que jsblocks ?

jsblocks est une extension Chrome développée par https://mdislam.com, et sa fonction principale est "block stuff you don't want to see".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension jsblocks

Téléchargez les fichiers d'extension jsblocks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom jsblocks jsblocks
ID icpmhilfekpdgkfliliocpagfleebggh
URL Officiel https://chromewebstore.google.com/detail/jsblocks/icpmhilfekpdgkfliliocpagfleebggh
Description block stuff you don't want to see
Taille du Fichier 843 KB
Nombre d'Installations 22
Version Actuelle 1.0
Dernière Mise à Jour 2018-01-08
Date de Publication 2018-01-08
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://mdislam.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://mdislam.com/data/workspaces.html
Langues Prises en Charge 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"
    ]
}