Aniwatch Plus
Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me.
Aniwatch Plus란 무엇입니까?
Aniwatch Plus은(는) Serraniel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me."입니다.
확장 프로그램 스크린샷
Aniwatch Plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Aniwatch Plus is an unofficial browser extension which will improve your experience on https://aniwatch.me by adding features features to the website and improving the websites appearance. Current features are: * Conversion to local time * Quick Search * Improved list representation * Better highlighting of your own anime requests * Better presentation of available audio and subtitles * Display notification count in tab title * Autoplay after screenshot
확장 프로그램 기본 정보
이름 | Aniwatch Plus |
ID | hgniihpjiioldkafogebpkbaiflmpimb |
공식 URL | https://chromewebstore.google.com/detail/aniwatch-plus/hgniihpjiioldkafogebpkbaiflmpimb |
설명 | Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me. |
파일 크기 | 46.64 KB |
설치 횟수 | 612 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-02-20 |
출시 날짜 | 2020-10-03 |
평점 | 4.67/5 총 6 개의 평점 |
개발자 | Serraniel |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Serraniel/AniwatchPlus |
도움말 페이지 URL | https://github.com/Serraniel/AniwatchPlus/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Aniwatch Plus", "short_name": "AW+", "version": "1.1.0.0", "version_name": "1.1", "description": "Aniwatch Plus is an unofficial extension which provides several UI improvements for https:\/\/aniwatch.me.", "permissions": [ "storage", "*:\/\/aniwatch.me\/*" ], "manifest_version": 2, "author": "Serraniel", "homepage_url": "https:\/\/github.com\/Serraniel\/AniwatchPlus", "icons": { "48": "images\/icon\/icon_48.png", "96": "images\/icon\/icon_96.png" }, "options_ui": { "page": "html\/settings.html", "open_in_tab": false }, "content_scripts": [ { "matches": [ "*:\/\/aniwatch.me\/*" ], "js": [ "javascript\/common.min.js", "javascript\/app.min.js" ], "css": [ "stylesheets\/aniwatchplus.min.css" ], "run_at": "document_end" } ] } |