Seedboxes.cc

Fast access to your Seedboxes.cc account

Was ist Seedboxes.cc?

Seedboxes.cc ist eine Chrome-Erweiterung, die von https://www.seedboxes.cc entwickelt wurde, und ihr Hauptmerkmal ist "Fast access to your Seedboxes.cc account".

Erweiterungsscreenshots

screenshot

Seedboxes.cc-Erweiterungs-CRX-Datei herunterladen

Laden Sie Seedboxes.cc-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

                        You can use this extension along with your Seedboxes.cc account, in order to quickly check your account's usage, receive product notifications or quickly perform actions on your account (restart, plex refresh) without the need to login to your client area.                    

Grundlegende Informationen zur Erweiterung

Name Seedboxes.cc Seedboxes.cc
ID nnmmipaoneinbdcjodijccmblmleffbc
Offizielle URL https://chromewebstore.google.com/detail/seedboxescc/nnmmipaoneinbdcjodijccmblmleffbc
Beschreibung Fast access to your Seedboxes.cc account
Dateigröße 271 KB
Installationsanzahl 836
Aktuelle Version 2.0.4
Letztes Update 2019-01-04
Veröffentlichungsdatum 2019-01-04
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://www.seedboxes.cc
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Seedboxes.cc",
    "version": "2.0.4",
    "manifest_version": 2,
    "description": "Fast access to your Seedboxes.cc account",
    "author": "Seedboxes.cc",
    "homepage_url": "https:\/\/www.seedboxes.cc",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "options_ui": {
        "page": "views\/options.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.3.1.min.js",
            "js\/bootstrap.min.js",
            "js\/options.js",
            "js\/handlebars-v2.0.0.js",
            "js\/popup.js"
        ]
    },
    "icons": {
        "48": "images\/icon_48x48.png",
        "128": "images\/icon_128x128.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "https:\/\/www.seedboxes.cc\/"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "views\/popup.html"
    }
}