Amazon Bestseller

Quick Access to Amazon Best Sellers, New Releases and more

Wat is Amazon Bestseller?

Amazon Bestseller is een Chrome-extensie ontwikkeld door Alex, en de belangrijkste functie is "Quick Access to Amazon Best Sellers, New Releases and more".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Amazon Bestseller

Download Amazon Bestseller-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Amazon Bestseller Amazon Bestseller
ID enjilofnmpaaiponmfniemiakcjedlbi
Officiële URL https://chromewebstore.google.com/detail/amazon-bestseller/enjilofnmpaaiponmfniemiakcjedlbi
Beschrijving Quick Access to Amazon Best Sellers, New Releases and more
Bestandsgrootte 1.23 MB
Aantal Installaties 263
Huidige Versie 1.0.0
Laatst Bijgewerkt 2018-12-24
Publicatiedatum 2018-12-24
Ontwikkelaar Alex
Betalingswijze free
Ondersteunde Talen 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"
    ]
}