Asian Wave
Russian multimedia portal for Asian culture fans of all genres and types.
Asian Wave क्या है?
Asian Wave https://asianwave.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Russian multimedia portal for Asian culture fans of all genres and types."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Asian Wave एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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" } } |