Adblock for Crunchyroll™

blocks all Crunchyroll video ads

Cos'è Adblock for Crunchyroll™?

Adblock for Crunchyroll™ è un'estensione di Chrome sviluppata da annymirellamoreno, e la sua funzione principale è "blocks all Crunchyroll video ads".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Adblock for Crunchyroll™

Scarica i file di estensione Adblock for Crunchyroll™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        the best platform to watch anime with good quality is undoubtedly crunchy. but their ads are usually annoying with this extension you can enjoy your favorite anime without interruptions
How does it work?
1. install the extension
2. open the platform
3. enjoy your favorite anime                    

Informazioni di Base sull'Estensione

Nome Adblock for Crunchyroll™ Adblock for Crunchyroll™
ID kngdglkbjcgfmhnjccmpdldhobedefmg
URL Ufficiale https://chrome.google.com/webstore/detail/adblock-for-crunchyroll/kngdglkbjcgfmhnjccmpdldhobedefmg
Descrizione blocks all Crunchyroll video ads
Dimensione del File 400 KB
Conteggio Installazioni 5,000
Versione Corrente 1.0.5
Ultimo Aggiornamento 2021-11-15
Data di Pubblicazione 2021-03-25
Valutazione 3.78/5 Totale 97 Valutazioni
Sviluppatore annymirellamoreno
Email [email protected]
Tipo di Pagamento free
Lingue Supportate id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.5",
    "minimum_chrome_version": "40",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "web_accessible_resources": [
        "*.css",
        "*.js",
        "*.jpg",
        "*.JPG",
        "*.PNG",
        "*.png",
        "*.svg",
        "src\/util\/jquery.min.js",
        "src\/util\/plyr.min.js",
        "src\/app\/player.js",
        "css\/plyr.css",
        "src\/player\/playerjs.js",
        "src\/player\/vilos.js"
    ],
    "background": {
        "scripts": [
            "src\/lbr\/jquery.min.js",
            "src\/lbr\/Util.js",
            "src\/lbr\/bg.js",
            "src\/functions.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/lbr\/container.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.crunchyroll.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "src\/util\/jquery.min.js",
                "src\/util\/add.js",
                "src\/app\/preview.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.crunchyroll.com\/*"
            ],
            "js": [
                "src\/app\/search.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "",
        "http:\/\/*\/",
        "storage",
        "tabs",
        "activeTab",
        "background",
        "history",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'"
}