AnimeKage Utility
AnimeKage utilities and filters.
Vad är AnimeKage Utility?
AnimeKage Utility är en Chrome-tillägg utvecklad av eduart1272, och dess huvudfunktion är "AnimeKage utilities and filters.".
Tilläggsskärmbilder
Ladda ner AnimeKage Utility-förlängningens CRX-fil
Ladda ner AnimeKage Utility-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Clicking on the extension makes everything around the video black.
Grundläggande Information om Tillägg
Namn | AnimeKage Utility |
ID | dgfepgnabjojjlicbjopdjgfokemgmhn |
Officiell webbadress | https://chromewebstore.google.com/detail/animekage-utility/dgfepgnabjojjlicbjopdjgfokemgmhn |
Beskrivning | AnimeKage utilities and filters. |
Filstorlek | 12.87 KB |
Antal Installationer | 22 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2021-07-07 |
Publiceringsdatum | 2021-07-07 |
Utvecklare | eduart1272 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |