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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YAAW for Chrome
قم بتنزيل ملفات الامتداد YAAW for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 معلومات أساسية عن التمديد
| الاسم | |
| 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",
" | |