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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
}