Prembox.com

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

Wat is Prembox.com?

Prembox.com is een Chrome-extensie ontwikkeld door prembox.com, en de belangrijkste functie is "This extension makes even easier the usage of service prembox.com - premium file download and search.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Prembox.com

Download Prembox.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Prembox.com Prembox.com
ID ekjkelafhencdnncdakamhbgajpamham
Officiële URL https://chrome.google.com/webstore/detail/premboxcom/ekjkelafhencdnncdakamhbgajpamham
Beschrijving This extension makes even easier the usage of service prembox.com - premium file download and search.
Bestandsgrootte 128 KB
Aantal Installaties 401
Huidige Versie 2.0.0
Laatst Bijgewerkt 2019-02-24
Publicatiedatum 2019-02-24
Beoordeling 2.00/5 Totaal 4 Beoordelingen
Ontwikkelaar prembox.com
Betalingswijze in_app
Extensiewebsite https://prembox.com
Help Pagina-URL https://prembox.com/faq.html
Ondersteunde Talen 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"
    }
}