Seedboxes.cc

Fast access to your Seedboxes.cc account

What is Seedboxes.cc?

Seedboxes.cc is a Chrome extension developed by https://www.seedboxes.cc, and its main feature is "Fast access to your Seedboxes.cc account".

Extension Screenshots

screenshot

Download Seedboxes.cc Extension CRX File

Download Seedboxes.cc 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

                        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.                    

Extension Basic Information

Name Seedboxes.cc Seedboxes.cc
ID nnmmipaoneinbdcjodijccmblmleffbc
Official URL https://chromewebstore.google.com/detail/seedboxescc/nnmmipaoneinbdcjodijccmblmleffbc
Description Fast access to your Seedboxes.cc account
File Size 271 KB
Installation Count 836
Current Version 2.0.4
Last Updated 2019-01-04
Publish Date 2019-01-04
Rating 5.00/5 Total 4 Ratings
Developer https://www.seedboxes.cc
Payment Type free
Supported Languages 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"
    }
}