YggTorrent Url
Accédez toujours au bon site du tracker YggTorrent.
什么是YggTorrent Url?
YggTorrent Url是由https://www.deveosys.com开发的Chrome扩展程序,该扩展的主要功能是“Accédez toujours au bon site du tracker YggTorrent.”。
扩展截图
下载YggTorrent Url扩展crx文件
下载YggTorrent Url扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | hbihokhpdcofffflfhgodjejoeehbihf |
官方URL | https://chrome.google.com/webstore/detail/yggtorrent-url/hbihokhpdcofffflfhgodjejoeehbihf |
简介 | Accédez toujours au bon site du tracker YggTorrent. |
文件大小 | 28.61 KB |
安装次数 | 101 |
当前版本 | 1.0 |
更新时间 | 2019-01-09 |
上架时间 | 2019-01-09 |
评分 | 5.00/5 共1次评分 |
开发者 | https://www.deveosys.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |