Prembox.com

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

What is Prembox.com?

Prembox.com is a Chrome extension developed by prembox.com, and its main feature is "This extension makes even easier the usage of service prembox.com - premium file download and search.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Prembox.com Extension CRX File

Download Prembox.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Prembox.com Prembox.com
ID ekjkelafhencdnncdakamhbgajpamham
Official URL 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.
File Size 128 KB
Installation Count 401
Current Version 2.0.0
Last Updated 2019-02-24
Publish Date 2019-02-24
Rating 2.00/5 Total 4 Ratings
Developer prembox.com
Payment Type in_app
Extension Website https://prembox.com
Help Page URL https://prembox.com/faq.html
Supported Languages 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"
    }
}