Mega-Debrid
Unrestrict your links and manage your torrents on your browser with Mega-Debrid and this addon.
Mega-Debrid là gì?
Mega-Debrid là một tiện ích mở rộng Chrome được phát triển bởi Kyliane, và tính năng chính của nó là "Unrestrict your links and manage your torrents on your browser with Mega-Debrid and this addon.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mega-Debrid
Tải xuống các tệp mở rộng Mega-Debrid dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 !
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mega-Debrid |
ID | gakkobdjiifadnllomenhnpojjdaoaad |
URL Chính Thức | https://chromewebstore.google.com/detail/mega-debrid/gakkobdjiifadnllomenhnpojjdaoaad |
Mô tả | Unrestrict your links and manage your torrents on your browser with Mega-Debrid and this addon. |
Kích Thước Tệp | 1.43 MB |
Số Lần Cài Đặt | 5,624 |
Phiên Bản Hiện Tại | 2.0.2 (production) |
Cập Nhật Lần Cuối | 2017-06-04 |
Ngày Phát Hành | 2017-06-04 |
Đánh Giá | 3.47/5 Tổng số 60 Đánh Giá |
Nhà Phát Triển | Kyliane |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.mega-debrid.eu |
URL Trang Trợ Giúp | http://forum.mega-debrid.eu |
Ngôn Ngữ Được Hỗ Trợ | 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", "*:\/\/*\/*" ] } |