Adblock for Crunchyroll™

blocks all Crunchyroll video ads

Adblock for Crunchyroll™คืออะไร?

Adblock for Crunchyroll™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย annymirellamoreno และคุณลักษณะหลักของมันคือ "blocks all Crunchyroll video ads"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adblock for Crunchyroll™

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}