Prembox.com

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

Cos'è Prembox.com?

Prembox.com è un'estensione di Chrome sviluppata da prembox.com, e la sua funzione principale è "This extension makes even easier the usage of service prembox.com - premium file download and search.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Prembox.com

Scarica i file di estensione Prembox.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Prembox.com Prembox.com
ID ekjkelafhencdnncdakamhbgajpamham
URL Ufficiale https://chrome.google.com/webstore/detail/premboxcom/ekjkelafhencdnncdakamhbgajpamham
Descrizione This extension makes even easier the usage of service prembox.com - premium file download and search.
Dimensione del File 128 KB
Conteggio Installazioni 401
Versione Corrente 2.0.0
Ultimo Aggiornamento 2019-02-24
Data di Pubblicazione 2019-02-24
Valutazione 2.00/5 Totale 4 Valutazioni
Sviluppatore prembox.com
Tipo di Pagamento in_app
Sito Web dell'Estensione https://prembox.com
URL della Pagina di Aiuto https://prembox.com/faq.html
Lingue Supportate 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"
    }
}