YggTorrent Url
Accédez toujours au bon site du tracker YggTorrent.
Cos'è YggTorrent Url?
YggTorrent Url è un'estensione di Chrome sviluppata da https://www.deveosys.com, e la sua funzione principale è "Accédez toujours au bon site du tracker YggTorrent.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YggTorrent Url
Scarica i file di estensione YggTorrent Url in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | hbihokhpdcofffflfhgodjejoeehbihf |
URL Ufficiale | https://chrome.google.com/webstore/detail/yggtorrent-url/hbihokhpdcofffflfhgodjejoeehbihf |
Descrizione | Accédez toujours au bon site du tracker YggTorrent. |
Dimensione del File | 28.61 KB |
Conteggio Installazioni | 101 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-01-09 |
Data di Pubblicazione | 2019-01-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.deveosys.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0", "default_locale": "fr", "description": "__MSG_appDesc__", "permissions": [ "tabs", "http:\/\/yggtorrent.deveosys.com\/", "https:\/\/yggtorrent.deveosys.com\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "YggTorrent", "default_icon": "images\/logo_32.png" }, "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "manifest_version": 2 } |