Adblock for Crunchyroll™

blocks all Crunchyroll video ads

Adblock for Crunchyroll™とは何ですか?

Adblock for Crunchyroll™はannymirellamorenoによって開発されたChromeの拡張機能で、その主な機能は「blocks all Crunchyroll video ads」です。

拡張機能のスクリーンショット

screenshot

Adblock for Crunchyroll™拡張機能のCRXファイルをダウンロード

Adblock for Crunchyroll™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Adblock for Crunchyroll™ Adblock for Crunchyroll™
ID kngdglkbjcgfmhnjccmpdldhobedefmg
公式URL https://chrome.google.com/webstore/detail/adblock-for-crunchyroll/kngdglkbjcgfmhnjccmpdldhobedefmg
説明 blocks all Crunchyroll video ads
ファイルサイズ 400 KB
インストール数 5,000
現在のバージョン 1.0.5
最終更新日 2021-11-15
公開日 2021-03-25
評価 3.78/5 合計 97 レビュー
開発者 annymirellamoreno
Eメール [email protected]
支払い方法 free
対応言語 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'"
}