Crunchyroll: continue watching bar

Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…

Crunchyroll: continue watching barคืออะไร?

Crunchyroll: continue watching bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crunchyroll: continue watching bar

ดาวน์โหลดไฟล์ส่วนขยาย Crunchyroll: continue watching bar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new un-watched items from your queue.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Crunchyroll: continue watching bar Crunchyroll: continue watching bar
ID igdnfbkbeonbbolijhhgaipgaeankjka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/crunchyroll-continue-watc/igdnfbkbeonbbolijhhgaipgaeankjka
คำอธิบาย Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…
ขนาดไฟล์ 36.71 KB
จำนวนการติดตั้ง 229
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-07-02
วันที่เผยแพร่ 2019-07-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crunchyroll: continue watching bar",
    "version": "1.0",
    "browser_action": {
        "default_icon": {
            "16": "ico\/16.png",
            "32": "ico\/32.png"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.crunchyroll.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}