Adblock for Crunchyroll™

blocks all Crunchyroll video ads

What is Adblock for Crunchyroll™?

Adblock for Crunchyroll™ is a Chrome extension developed by annymirellamoreno, and its main feature is "blocks all Crunchyroll video ads".

Extension Screenshots

screenshot

Download Adblock for Crunchyroll™ Extension CRX File

Download Adblock for Crunchyroll™ 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

                        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                    

Extension Basic Information

Name Adblock for Crunchyroll™ Adblock for Crunchyroll™
ID kngdglkbjcgfmhnjccmpdldhobedefmg
Official URL https://chrome.google.com/webstore/detail/adblock-for-crunchyroll/kngdglkbjcgfmhnjccmpdldhobedefmg
Description blocks all Crunchyroll video ads
File Size 400 KB
Installation Count 5,000
Current Version 1.0.5
Last Updated 2021-11-15
Publish Date 2021-03-25
Rating 3.78/5 Total 97 Ratings
Developer annymirellamoreno
Email [email protected]
Payment Type free
Supported Languages 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'"
}