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 |
Eメール | [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 } |