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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Asian Wave拡張機能のCRXファイルをダウンロード

Asian Wave拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Source code: https://github.com/tehcojam/aw_chrome                    

拡張機能の基本情報

名前 Asian Wave Asian Wave
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
Eメール [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"
    }
}