AvJuicy Plugin

It converts all embeded videos to native player format.

O que é AvJuicy Plugin?

AvJuicy Plugin é uma extensão do Chrome desenvolvida por dirtypetter, e sua principal característica é "It converts all embeded videos to native player format.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão AvJuicy Plugin

Baixe arquivos de extensão AvJuicy Plugin 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

                        此應用程式可去除avjuicy.com影片的廣告,並切換為原生影片播放器,大大提高用戶體驗。
It converts all embeded videos in avjuicy.com into native video player format.(for: avjuicy.com)                    

Informações Básicas da Extensão

Nome AvJuicy Plugin AvJuicy Plugin
ID mnbcgpppofgjgpgeppkajimgneblhkej
URL Oficial https://chromewebstore.google.com/detail/avjuicy-plugin/mnbcgpppofgjgpgeppkajimgneblhkej
Descrição It converts all embeded videos to native player format.
Tamanho do Arquivo 15.46 KB
Contagem de Instalações 24
Versão Atual 1.0.4
Última Atualização 2018-07-30
Data de Publicação 2018-07-30
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor dirtypetter
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AvJuicy Plugin",
    "description": "It converts all embeded videos to native player format.",
    "version": "1.0.4",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "background"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "execute.js"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "sub.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ]
}