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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Mega-Debrid 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 !                    

확장 프로그램 기본 정보

이름 Mega-Debrid Mega-Debrid
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",
        "*:\/\/*\/*"
    ]
}