YGG Plus
Add downloads buttons to ygg torrent
什么是YGG Plus?
YGG Plus是由Arnaud Drain开发的Chrome扩展程序,该扩展的主要功能是“Add downloads buttons to ygg torrent”。
扩展截图
下载YGG Plus扩展crx文件
下载YGG Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 !
扩展基本信息
名称 | YGG Plus |
ID | pmgcnlblbioeammhnochgljnopbagnhp |
官方URL | https://chromewebstore.google.com/detail/ygg-plus/pmgcnlblbioeammhnochgljnopbagnhp |
简介 | Add downloads buttons to ygg torrent |
文件大小 | 18.98 KB |
安装次数 | 253 |
当前版本 | 1.11 |
更新时间 | 2023-12-05 |
上架时间 | 2019-04-17 |
评分 | 4.00/5 共4次评分 |
开发者 | Arnaud Drain |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/arnauddrain/yggplus |
帮助页面URL | https://github.com/arnauddrain/yggplus |
支持的语言 | 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 } |