AnimeKage Utility

AnimeKage utilities and filters.

What is AnimeKage Utility?

AnimeKage Utility is a Chrome extension developed by eduart1272, and its main feature is "AnimeKage utilities and filters.".

Extension Screenshots

screenshot

Download AnimeKage Utility Extension CRX File

Download AnimeKage Utility extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Clicking on the extension makes everything around the video black.                    

Extension Basic Information

Name AnimeKage Utility AnimeKage Utility
ID dgfepgnabjojjlicbjopdjgfokemgmhn
Official URL https://chromewebstore.google.com/detail/animekage-utility/dgfepgnabjojjlicbjopdjgfokemgmhn
Description AnimeKage utilities and filters.
File Size 12.87 KB
Installation Count 22
Current Version 1.0.1
Last Updated 2021-07-07
Publish Date 2021-07-07
Developer eduart1272
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}