Web Store Redirector

Redirect from main page Chrome Web Store to extensions or themes section.

What is Web Store Redirector?

Web Store Redirector is a Chrome extension developed by http://www.extensions-for-chrome.com, and its main feature is "Redirect from main page Chrome Web Store to extensions or themes section.".

Extension Screenshots

screenshot
screenshot

Download Web Store Redirector Extension CRX File

Download Web Store Redirector 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

                        This extension makes it easy entrance to extensions and themes section. In option you can choose section between extensions, themes or main page Chrome Web Store.                    

Extension Basic Information

Name Web Store Redirector Web Store Redirector
ID bffpbfkhfnmmceobpkjnkfehifbjbjoe
Official URL https://chrome.google.com/webstore/detail/web-store-redirector/bffpbfkhfnmmceobpkjnkfehifbjbjoe
Description Redirect from main page Chrome Web Store to extensions or themes section.
File Size 54.21 KB
Installation Count 21
Current Version 1.0
Last Updated 2013-09-21
Publish Date 2013-09-21
Rating 3.80/5 Total 5 Ratings
Developer http://www.extensions-for-chrome.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Store Redirector",
    "description": "Redirect from main page Chrome Web Store to extensions or themes section.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}