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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}