YggTorrent Url
Accédez toujours au bon site du tracker YggTorrent.
Vad är YggTorrent Url?
YggTorrent Url är en Chrome-tillägg utvecklad av https://www.deveosys.com, och dess huvudfunktion är "Accédez toujours au bon site du tracker YggTorrent.".
Tilläggsskärmbilder
Ladda ner YggTorrent Url-förlängningens CRX-fil
Ladda ner YggTorrent Url-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | hbihokhpdcofffflfhgodjejoeehbihf |
Officiell webbadress | https://chrome.google.com/webstore/detail/yggtorrent-url/hbihokhpdcofffflfhgodjejoeehbihf |
Beskrivning | Accédez toujours au bon site du tracker YggTorrent. |
Filstorlek | 28.61 KB |
Antal Installationer | 101 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2019-01-09 |
Publiceringsdatum | 2019-01-09 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://www.deveosys.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |