DebridPlanet

DebridPlanet Extension

DebridPlanet란 무엇입니까?

DebridPlanet은(는) debridplanet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "DebridPlanet Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

DebridPlanet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is an extension for https://debridplanet.com.
DebridPlanet is a debrid site providing you the best multi premium link generator and premium downloader service in the globe!
We are one of the most stable premium downloader available. Downloading your favorite files has never been easier, we are providing an immediate download, fast and secure for every files from supported filehost you found on the Internet with a lightning speed of Premium.
Using this extension, you can easily use DebridPlanet.                    

확장 프로그램 기본 정보

이름 DebridPlanet DebridPlanet
ID fkglmpjciaadgmbhbckianabcelfdamc
공식 URL https://chrome.google.com/webstore/detail/debridplanet/fkglmpjciaadgmbhbckianabcelfdamc
설명 DebridPlanet Extension
파일 크기 6.6 MB
설치 횟수 156
현재 버전 1.0.3
최근 업데이트 2021-02-04
출시 날짜 2021-01-25
평점 5.00/5 총 3 개의 평점
개발자 debridplanet
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://debridplanet.com
도움말 페이지 URL https://debridplanet.com
지원되는 언어 de,en,fr,tr,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DebridPlanet",
    "version": "1.0.3",
    "default_locale": "en",
    "description": "DebridPlanet Extension",
    "icons": {
        "48": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup\/popup.html",
        "default_title": "DebridPlanet"
    },
    "background": {
        "page": "main.html"
    },
    "permissions": [
        "",
        "tabs",
        "notifications",
        "contextMenus",
        "webRequest",
        "webNavigation",
        "storage",
        "nativeMessaging"
    ],
    "web_accessible_resources": [
        "img\/*",
        "content-scripts\/*",
        "web-scripts\/*",
        "popup\/*",
        "webfonts\/*"
    ]
}