YAAW for Chrome
Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt
YAAW for Chrome란 무엇입니까?
YAAW for Chrome은(는) 雪月秋水에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt"입니다.
확장 프로그램 스크린샷
YAAW for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click the YAAW icon, you will get the dashboard. Don't forget to set the JSON-RPC Path. Right click YAAW icon, open options menu. Website whitelist : ignore file size limit, all file download be imported into Aria2c Website blocklist : all file download by browser Download interception feature only use first RPC address. Github: https://github.com/acgotaku/YAAW-for-Chrome
확장 프로그램 기본 정보
이름 | YAAW for Chrome |
ID | dennnbdlpgjgbcjfgaohdahloollfgoc |
공식 URL | https://chromewebstore.google.com/detail/yaaw-for-chrome/dennnbdlpgjgbcjfgaohdahloollfgoc |
설명 | Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt |
파일 크기 | 204 KB |
설치 횟수 | 30,209 |
현재 버전 | 0.2.3 |
최근 업데이트 | 2020-05-26 |
출시 날짜 | 2020-05-24 |
평점 | 4.68/5 총 95 개의 평점 |
개발자 | 雪月秋水 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "default_locale": "en", "description": "__MSG_description__", "icons": { "32": "images\/logo32.png", "64": "images\/logo64.png", "128": "images\/logo128.png" }, "manifest_version": 2, "browser_action": { "default_icon": "images\/logo32.png" }, "options_page": "options.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "cookies", "notifications", "tabs", "contextMenus", "downloads", " |