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
公式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
Eメール [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"
    ]
}