Amazon Bestseller

Quick Access to Amazon Best Sellers, New Releases and more

What is Amazon Bestseller?

Amazon Bestseller is a Chrome extension developed by Alex, and its main feature is "Quick Access to Amazon Best Sellers, New Releases and more".

Extension Screenshots

screenshot
screenshot
screenshot

Download Amazon Bestseller Extension CRX File

Download Amazon Bestseller 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

                        Movers & Shakers, Most WIshed For and Gift Ideas. Available for amazon.com / amazon.de

Also available for Firefox:
https://addons.mozilla.org/firefox/addon/amazon-bestseller/                    

Extension Basic Information

Name Amazon Bestseller Amazon Bestseller
ID enjilofnmpaaiponmfniemiakcjedlbi
Official URL https://chromewebstore.google.com/detail/amazon-bestseller/enjilofnmpaaiponmfniemiakcjedlbi
Description Quick Access to Amazon Best Sellers, New Releases and more
File Size 1.23 MB
Installation Count 263
Current Version 1.0.0
Last Updated 2018-12-24
Publish Date 2018-12-24
Developer Alex
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Bestseller",
    "short_name": "Amazon Bestseller",
    "version": "1.0.0",
    "description": "Quick Access to Amazon Best Sellers, New Releases and more",
    "background": {
        "scripts": [
            "\/assets\/js\/jquery-2.2.4.min.js",
            "\/assets\/js\/background.js"
        ]
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": {
            "128": "amazon128.png"
        },
        "default_title": "Amazon Bestseller",
        "default_popup": "\/index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "permissions": [
        "storage"
    ]
}