Prembox.com

This extension makes even easier the usage of service prembox.com - premium file download and search.

Qu'est-ce que Prembox.com ?

Prembox.com est une extension Chrome développée par prembox.com, et sa fonction principale est "This extension makes even easier the usage of service prembox.com - premium file download and search.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Prembox.com

Téléchargez les fichiers d'extension Prembox.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Prembox.com is a multihoster - broker for downloading files from popular file hosts. This extension makes it easier to download files with a single click, search for files or check account traffic available.

With our service is possible to download files without limits from 60 filehosts and paying for only one premium account. Thanks to our service, you can save a lot of money.

Every registered user gets a free traffic for testing and a possibility to buy traffic packages valid for whole year in very attractive prices.                    

Informations de Base sur l'Extension

Nom Prembox.com Prembox.com
ID ekjkelafhencdnncdakamhbgajpamham
URL Officiel https://chrome.google.com/webstore/detail/premboxcom/ekjkelafhencdnncdakamhbgajpamham
Description This extension makes even easier the usage of service prembox.com - premium file download and search.
Taille du Fichier 128 KB
Nombre d'Installations 401
Version Actuelle 2.0.0
Dernière Mise à Jour 2019-02-24
Date de Publication 2019-02-24
Évaluation 2.00/5 Total 4 Évaluations
Développeur prembox.com
Type de Paiement in_app
Site Web de l'Extension https://prembox.com
URL de la Page d'Aide https://prembox.com/faq.html
Langues Prises en Charge de,en,fr,nl,tr,es,it,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prembox.com",
    "version": "2.0.0",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/prembox.com",
    "icons": {
        "48": "icons\/logotype-48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "cookies",
        "contextMenus",
        "webRequest",
        "notifications",
        "http:\/\/prembox\/*",
        "https:\/\/prembox\/*",
        "http:\/\/*.prembox.com\/*",
        "https:\/\/*.prembox.com\/*",
        "https:\/\/prembox.com\/*"
    ],
    "browser_action": {
        "browser_style": false,
        "default_icon": "icons\/logotype-48.png",
        "default_title": "Prembox",
        "default_popup": "popup\/main.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "thirdparty\/browser-polyfill.min.js",
                "content\/filehostpage.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "thirdparty\/browser-polyfill.min.js",
            "thirdparty\/jquery-3.2.0.min.js",
            "background\/utils_bg.js",
            "background\/api.js",
            "background\/context_menu.js",
            "background\/filehost.js"
        ]
    },
    "web_accessible_resources": [
        "images\/logo.png"
    ],
    "options_ui": {
        "page": "settings\/options.html"
    }
}