AnimeKage Utility

AnimeKage utilities and filters.

什麼是AnimeKage Utility?

AnimeKage Utility是由eduart1272開發的Chrome擴展程式,該擴展的主要功能是“AnimeKage utilities and filters.”。

擴展截圖

screenshot

下載AnimeKage Utility擴展crx文件

下載AnimeKage Utility擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Clicking on the extension makes everything around the video black.                    

擴展基本資訊

名稱 AnimeKage Utility AnimeKage Utility
ID dgfepgnabjojjlicbjopdjgfokemgmhn
官方網址 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"
    ]
}