DebridPlanet

DebridPlanet Extension

Co to jest DebridPlanet?

DebridPlanet to rozszerzenie Chrome opracowane przez debridplanet, a jego główną funkcją jest „DebridPlanet Extension”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia DebridPlanet

Pobierz pliki rozszerzeń DebridPlanet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa DebridPlanet DebridPlanet
ID fkglmpjciaadgmbhbckianabcelfdamc
Oficjalny URL https://chrome.google.com/webstore/detail/debridplanet/fkglmpjciaadgmbhbckianabcelfdamc
Opis DebridPlanet Extension
Rozmiar pliku 6.6 MB
Liczba instalacji 156
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2021-02-04
Data Publikacji 2021-01-25
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper debridplanet
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://debridplanet.com
Adres URL Strony Pomocy https://debridplanet.com
Obsługiwane Języki 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\/*"
    ]
}