YGG Plus

Add downloads buttons to ygg torrent

O que é YGG Plus?

YGG Plus é uma extensão do Chrome desenvolvida por Arnaud Drain, e sua principal característica é "Add downloads buttons to ygg torrent".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YGG Plus

Baixe arquivos de extensão YGG Plus 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

                        Rajoute un bouton "télécharger" sur le résultat de recherche YGG, vous faisant gagner la somme inimaginable de 1 clic de souris pour télécharger vos fichiers torrents !                    

Informações Básicas da Extensão

Nome YGG Plus YGG Plus
ID pmgcnlblbioeammhnochgljnopbagnhp
URL Oficial https://chromewebstore.google.com/detail/ygg-plus/pmgcnlblbioeammhnochgljnopbagnhp
Descrição Add downloads buttons to ygg torrent
Tamanho do Arquivo 18.98 KB
Contagem de Instalações 253
Versão Atual 1.11
Última Atualização 2023-12-05
Data de Publicação 2019-04-17
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor Arnaud Drain
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/arnauddrain/yggplus
URL da Página de Ajuda https://github.com/arnauddrain/yggplus
Idiomas Suportados fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YGG Plus",
    "version": "1.11",
    "description": "Add downloads buttons to ygg torrent",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "yggplus.js"
            ],
            "matches": [
                "https:\/\/yggtorrent.qa\/*",
                "https:\/\/www.yggtorrent.qa\/*",
                "https:\/\/www3.yggtorrent.qa\/*",
                "https:\/\/www5.yggtorrent.qa\/*",
                "https:\/\/www6.yggtorrent.qa\/*"
            ]
        }
    ],
    "manifest_version": 3
}