Asian Wave

Russian multimedia portal for Asian culture fans of all genres and types.

O que é Asian Wave?

Asian Wave é uma extensão do Chrome desenvolvida por https://asianwave.ru, e sua principal característica é "Russian multimedia portal for Asian culture fans of all genres and types.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Asian Wave

Baixe arquivos de extensão Asian Wave no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Asian Wave Asian Wave
ID ecbegehkeefmdjnjhldeogkhbhhjhfje
URL Oficial https://chrome.google.com/webstore/detail/asian-wave/ecbegehkeefmdjnjhldeogkhbhhjhfje
Descrição Russian multimedia portal for Asian culture fans of all genres and types.
Tamanho do Arquivo 49.72 KB
Contagem de Instalações 18
Versão Atual 0.5.8
Última Atualização 2019-02-19
Data de Publicação 2019-02-19
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://asianwave.ru
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://vk.com/topic-120842574_34481094
Idiomas Suportados 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"
    }
}