Amazon Bestseller
Quick Access to Amazon Best Sellers, New Releases and more
Cos'è Amazon Bestseller?
Amazon Bestseller è un'estensione di Chrome sviluppata da Alex, e la sua funzione principale è "Quick Access to Amazon Best Sellers, New Releases and more".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Amazon Bestseller
Scarica i file di estensione Amazon Bestseller in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | Amazon Bestseller |
ID | enjilofnmpaaiponmfniemiakcjedlbi |
URL Ufficiale | https://chromewebstore.google.com/detail/amazon-bestseller/enjilofnmpaaiponmfniemiakcjedlbi |
Descrizione | Quick Access to Amazon Best Sellers, New Releases and more |
Dimensione del File | 1.23 MB |
Conteggio Installazioni | 263 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2018-12-24 |
Data di Pubblicazione | 2018-12-24 |
Sviluppatore | Alex |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |