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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
✔ 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 |
이메일 | [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" ] } ] } |