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 |
官方網址 | 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 } |