Asian Wave
Russian multimedia portal for Asian culture fans of all genres and types.
什麼是Asian Wave?
Asian Wave是由https://asianwave.ru開發的Chrome擴展程式,該擴展的主要功能是“Russian multimedia portal for Asian culture fans of all genres and types.”。
擴展截圖
下載Asian Wave擴展crx文件
下載Asian Wave擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Source code: https://github.com/tehcojam/aw_chrome
擴展基本資訊
名稱 | |
ID | ecbegehkeefmdjnjhldeogkhbhhjhfje |
官方網址 | 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" } } |