Anime-Planet Enhancer
Features to improve user experience on Anime-Planet
Anime-Planet Enhancerとは何ですか?
Anime-Planet EnhancerはAdil Allaliによって開発されたChromeの拡張機能で、その主な機能は「Features to improve user experience on Anime-Planet」です。
拡張機能のスクリーンショット
Anime-Planet Enhancer拡張機能のCRXファイルをダウンロード
Anime-Planet Enhancer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
✔ view & update directly all of status info of an Anime/Manga from within related content. (Like Anime-Planet old design) ✔ hover over an Anime/Manga to view Description,Rating and view full title. (useful for titles that are truncated) ✔ For suggestions reach me by (Email or patreon.com/AllaliAdil)
拡張機能の基本情報
名前 | Anime-Planet Enhancer |
ID | oigahjlmdiollhihhleinfiimfihkccf |
公式URL | https://chromewebstore.google.com/detail/anime-planet-enhancer/oigahjlmdiollhihhleinfiimfihkccf |
説明 | Features to improve user experience on Anime-Planet |
ファイルサイズ | 56.99 KB |
インストール数 | 85 |
現在のバージョン | 2.1.1 |
最終更新日 | 2020-03-09 |
公開日 | 2020-03-09 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Adil Allali |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anime-Planet Enhancer", "short_name": "Anime-Planet Enhancer", "version": "2.1.1", "description": "Features to improve user experience on Anime-Planet", "icons": { "48": "icons\/ap-48.png", "96": "icons\/ap-96.png" }, "browser_action": { "browser_style": true, "default_popup": "popup\/main.html", "default_icon": { "16": "icons\/ap-16.png", "32": "icons\/ap-32.png" }, "default_title": "Anime-Planet Enhancer" }, "content_scripts": [ { "matches": [ "*:\/\/www.anime-planet.com\/*" ], "js": [ "ap.js" ] } ] } |