ANIPLUS-X
애니플러스 공식 홈페이지 동영상 플레이어의 기능을 향상시켜드립니다.
What is ANIPLUS-X?
ANIPLUS-X is a Chrome extension developed by devGiantcat, and its main feature is "애니플러스 공식 홈페이지 동영상 플레이어의 기능을 향상시켜드립니다.".
Extension Screenshots
Download ANIPLUS-X Extension CRX File
Download ANIPLUS-X 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
애니플러스 공식 홈페이지 동영상 플레이어의 기능을 향상시켜드립니다. 현재 개발 중인 베타 버젼으로 FLASH 플레이어 기능 향상만 지원합니다. HTML5나 기타 기능은 추후 추가 예정입니다. * update note (0.2.4) - 재생 위치 확인 창이 제거되지 않던 버그를 수정했습니다. (0.2.3) - 새 창으로 보기가 HTML5를 지원합니다. (0.2.2) - 새 창 사이즈 기억: 새 창을 열 때, 이전에 조절한 창 사이즈로 조절합니다. (제안: 한루나 님) - 내부 코드 개선.
Extension Basic Information
Name | ANIPLUS-X |
ID | alpjadehjfndejemliibdmecgclafnob |
Official URL | https://chromewebstore.google.com/detail/aniplus-x/alpjadehjfndejemliibdmecgclafnob |
Description | 애니플러스 공식 홈페이지 동영상 플레이어의 기능을 향상시켜드립니다. |
File Size | 18.9 KB |
Installation Count | 40 |
Current Version | 0.2.4 |
Last Updated | 2016-11-07 |
Publish Date | 2016-11-07 |
Rating | 4.33/5 Total 3 Ratings |
Developer | devGiantcat |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ANIPLUS-X", "version": "0.2.4", "description": "\uc560\ub2c8\ud50c\ub7ec\uc2a4 \uacf5\uc2dd \ud648\ud398\uc774\uc9c0 \ub3d9\uc601\uc0c1 \ud50c\ub808\uc774\uc5b4\uc758 \uae30\ub2a5\uc744 \ud5a5\uc0c1\uc2dc\ucf1c\ub4dc\ub9bd\ub2c8\ub2e4.", "icons": { "128": "128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "default\/icon.png", "default_popup": "default\/popup.html" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.aniplustv.com\/*" ], "js": [ "inject\/global.js" ] }, { "run_at": "document_start", "matches": [ "*:\/\/*.aniplustv.com\/tv\/*" ], "js": [ "inject\/player.js" ] } ], "permissions": [ "storage", "tabs", "management", "windows", " |