Salvini-Blocker

Come AdBlock, ma per Matteo Salvini.

What is Salvini-Blocker?

Salvini-Blocker is a Chrome extension developed by Michele Riva, and its main feature is "Come AdBlock, ma per Matteo Salvini.".

Extension Screenshots

screenshot
screenshot

Download Salvini-Blocker Extension CRX File

Download Salvini-Blocker 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

                        Come AdBlock, ma per Matteo Salvini. Rimpiazza ogni immagine di Salvini con un gattino.

*** NUOVO UPDATE ***
Ora puoi scegliere se sostituire le immagini di Salvini scegliendo tra gattini e sardine!                    

Extension Basic Information

Name Salvini-Blocker Salvini-Blocker
ID bgceopfkpahkhabbcjegjmanckmmdlde
Official URL https://chromewebstore.google.com/detail/salvini-blocker/bgceopfkpahkhabbcjegjmanckmmdlde
Description Come AdBlock, ma per Matteo Salvini.
File Size 2.95 MB
Installation Count 915
Current Version 0.0.4
Last Updated 2019-11-25
Publish Date 2019-11-20
Rating 4.88/5 Total 43 Ratings
Developer Michele Riva
Email [email protected]
Payment Type free
Supported Languages it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salvini-Blocker",
    "version": "0.0.4",
    "author": "Michele Riva,",
    "description": "Come AdBlock, ma per Matteo Salvini.",
    "manifest_version": 2,
    "permissions": [
        "",
        "storage"
    ],
    "browser_action": {
        "default_title": "Salvini-Blocker",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "dist\/salviniblocker.umd.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}