Anime-Planet Enhancer
Features to improve user experience on Anime-Planet
What is Anime-Planet Enhancer?
Anime-Planet Enhancer is a Chrome extension developed by Adil Allali, and its main feature is "Features to improve user experience on Anime-Planet".
Extension Screenshots
Download Anime-Planet Enhancer Extension CRX File
Download Anime-Planet Enhancer 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
✔ 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) Extension Basic Information
| Name | |
| ID | oigahjlmdiollhihhleinfiimfihkccf |
| Official URL | https://chromewebstore.google.com/detail/anime-planet-enhancer/oigahjlmdiollhihhleinfiimfihkccf |
| Description | Features to improve user experience on Anime-Planet |
| File Size | 56.99 KB |
| Installation Count | 85 |
| Current Version | 2.1.1 |
| Last Updated | 2020-03-09 |
| Publish Date | 2020-03-09 |
| Rating | 3.67/5 Total 3 Ratings |
| Developer | Adil Allali |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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"
]
}
]
} | |