Mega-Debrid
Unrestrict your links and manage your torrents on your browser with Mega-Debrid and this addon.
什么是Mega-Debrid?
Mega-Debrid是由Kyliane开发的Chrome扩展程序,该扩展的主要功能是“Unrestrict your links and manage your torrents on your browser with Mega-Debrid and this addon.”。
扩展截图
下载Mega-Debrid扩展crx文件
下载Mega-Debrid扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ce module vous permet d'utiliser le débrideur de liens Premium Mega-Debrid.
Générez un ou plusieurs liens Premium directement à partir du clic droit !
Si vous visitez une page sur l'un des très nombreux hébergeurs reconnu par Mega-Debrid, le module vous avertira qu'un lien Premium débridé est disponible.
Vous n'aimez pas attendre? Activez le téléchargement automatique, les liens seront debridés et téléchargés automatiquement dès l'ouverture de la page ! 扩展基本信息
| 名称 | |
| ID | gakkobdjiifadnllomenhnpojjdaoaad |
| 官方URL | https://chromewebstore.google.com/detail/mega-debrid/gakkobdjiifadnllomenhnpojjdaoaad |
| 简介 | Unrestrict your links and manage your torrents on your browser with Mega-Debrid and this addon. |
| 文件大小 | 1.43 MB |
| 安装次数 | 5,624 |
| 当前版本 | 2.0.2 (production) |
| 更新时间 | 2017-06-04 |
| 上架时间 | 2017-06-04 |
| 评分 | 3.47/5 共60次评分 |
| 开发者 | Kyliane |
| 付费类型 | free |
| 扩展官网 | https://www.mega-debrid.eu |
| 帮助页面URL | http://forum.mega-debrid.eu |
| 支持的语言 | en,fr,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Mega-Debrid",
"version": "2.0.2",
"default_locale": "fr",
"description": "__MSG_extension_description__",
"icons": {
"16": "icons\/favicon.png",
"48": "icons\/favicon.png",
"128": "icons\/favicon.png"
},
"author": "XTrem Developpement",
"homepage_url": "https:\/\/mega-debrid.eu\/",
"version_name": "2.0.2 (production)",
"browser_action": {
"default_icon": {
"19": "icons\/favicon.png",
"38": "icons\/favicon.png"
},
"default_title": "Mega-Debrid",
"default_popup": "content\/popup\/main.html"
},
"web_accessible_resources": [
"icons\/favicon.png",
"content\/page\/mddebrid_bar.css"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"\/libs\/jQuery\/jquery.min.js",
"\/content\/page\/page.js"
]
}
],
"background": {
"scripts": [
"libs\/jQuery\/jquery.min.js",
"api\/api.js",
"config\/config.js",
"config\/settings.js",
"content\/background\/runner.js"
],
"persistent": true
},
"permissions": [
"https:\/\/www.mega-debrid.eu\/*",
"storage",
"contextMenus",
"tabs",
"notifications",
"*:\/\/*\/*"
]
} | |