AnimeKage Utility

AnimeKage utilities and filters.

AnimeKage Utilityคืออะไร?

AnimeKage Utility เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eduart1272 และคุณลักษณะหลักของมันคือ "AnimeKage utilities and filters."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AnimeKage Utility

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

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

                        Clicking on the extension makes everything around the video black.                    

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

ชื่อ AnimeKage Utility AnimeKage Utility
ID dgfepgnabjojjlicbjopdjgfokemgmhn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/animekage-utility/dgfepgnabjojjlicbjopdjgfokemgmhn
คำอธิบาย AnimeKage utilities and filters.
ขนาดไฟล์ 12.87 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-07-07
วันที่เผยแพร่ 2021-07-07
ผู้พัฒนา eduart1272
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AnimeKage Utility",
    "version": "1.0.1",
    "description": "AnimeKage utilities and filters.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.anime-kage.eu\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "background.css"
    ]
}