Prembox.com

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

Was ist Prembox.com?

Prembox.com ist eine Chrome-Erweiterung, die von prembox.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension makes even easier the usage of service prembox.com - premium file download and search.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Prembox.com-Erweiterungs-CRX-Datei herunterladen

Laden Sie Prembox.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Prembox.com Prembox.com
ID ekjkelafhencdnncdakamhbgajpamham
Offizielle URL https://chrome.google.com/webstore/detail/premboxcom/ekjkelafhencdnncdakamhbgajpamham
Beschreibung This extension makes even easier the usage of service prembox.com - premium file download and search.
Dateigröße 128 KB
Installationsanzahl 401
Aktuelle Version 2.0.0
Letztes Update 2019-02-24
Veröffentlichungsdatum 2019-02-24
Bewertung 2.00/5 Insgesamt 4 Bewertungen
Entwickler prembox.com
Zahlungsart in_app
Erweiterungswebsite https://prembox.com
Hilfeseite URL https://prembox.com/faq.html
Unterstützte Sprachen 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"
    }
}