jsblocks

block stuff you don't want to see

What is jsblocks?

jsblocks is a Chrome extension developed by https://mdislam.com, and its main feature is "block stuff you don't want to see".

Extension Screenshots

screenshot
screenshot

Download jsblocks Extension CRX File

Download jsblocks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name jsblocks jsblocks
ID icpmhilfekpdgkfliliocpagfleebggh
Official URL https://chromewebstore.google.com/detail/jsblocks/icpmhilfekpdgkfliliocpagfleebggh
Description block stuff you don't want to see
File Size 843 KB
Installation Count 22
Current Version 1.0
Last Updated 2018-01-08
Publish Date 2018-01-08
Rating 5.00/5 Total 3 Ratings
Developer https://mdislam.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://mdislam.com/data/workspaces.html
Supported Languages 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"
    ]
}