Asian Wave
Russian multimedia portal for Asian culture fans of all genres and types.
ما هو Asian Wave؟
Asian Wave هو إضافة Chrome تم تطويرها بواسطة https://asianwave.ru، والميزة الرئيسية لها هي "Russian multimedia portal for Asian culture fans of all genres and types.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Asian Wave
قم بتنزيل ملفات الامتداد Asian Wave بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Source code: https://github.com/tehcojam/aw_chrome
معلومات أساسية عن التمديد
الاسم | |
ID | ecbegehkeefmdjnjhldeogkhbhhjhfje |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/asian-wave/ecbegehkeefmdjnjhldeogkhbhhjhfje |
الوصف | Russian multimedia portal for Asian culture fans of all genres and types. |
حجم الملف | 49.72 KB |
عدد التثبيتات | 18 |
النسخة الحالية | 0.5.8 |
آخر تحديث | 2019-02-19 |
تاريخ النشر | 2019-02-19 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | https://asianwave.ru |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://vk.com/topic-120842574_34481094 |
اللغات المدعومة | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Asian Wave", "description": "__MSG_description__", "homepage_url": "https:\/\/asianwave.ru", "default_locale": "ru", "offline_enabled": false, "version": "0.5.8", "icons": { "32": "img\/icons\/logo-32.png", "64": "img\/icons\/logo-64.png", "128": "img\/icons\/logo-128.png" }, "browser_action": { "default_title": "Asian Wave", "default_popup": "popup.html", "default_icon": "img\/icons\/logo-64.png" }, "optional_permissions": [ "https:\/\/*.asianwave.ru\/*", "https:\/\/*.blyat.science\/*", "background", "notifications", "alarms" ], "background": { "persistent": true, "scripts": [ "code\/js\/kamina.min.js", "code\/js\/every.min.js", "code\/js\/main.min.js", "code\/js\/background.min.js" ] }, "content_security_policy": "default-src 'self'; connect-src 'self' https:\/\/*.asianwave.ru https:\/\/asianwave.ru https:\/\/*.blyat.science; media-src 'self' https:\/\/*.asianwave.ru https:\/\/*.myradio24.com; style-src 'self' https:\/\/asianwave.ru https:\/\/fonts.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com", "options_ui": { "page": "options.html" } } |