DebridPlanet

DebridPlanet Extension

Что такое DebridPlanet?

DebridPlanet - это расширение Chrome, разработанное debridplanet, и его основная функция - "DebridPlanet Extension".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения DebridPlanet

Скачайте файлы расширений DebridPlanet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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\/*"
    ]
}