Amazon Bestseller
Quick Access to Amazon Best Sellers, New Releases and more
O que é Amazon Bestseller?
Amazon Bestseller é uma extensão do Chrome desenvolvida por Alex, e sua principal característica é "Quick Access to Amazon Best Sellers, New Releases and more".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Amazon Bestseller
Baixe arquivos de extensão Amazon Bestseller no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | Amazon Bestseller |
ID | enjilofnmpaaiponmfniemiakcjedlbi |
URL Oficial | https://chromewebstore.google.com/detail/amazon-bestseller/enjilofnmpaaiponmfniemiakcjedlbi |
Descrição | Quick Access to Amazon Best Sellers, New Releases and more |
Tamanho do Arquivo | 1.23 MB |
Contagem de Instalações | 263 |
Versão Atual | 1.0.0 |
Última Atualização | 2018-12-24 |
Data de Publicação | 2018-12-24 |
Desenvolvedor | Alex |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |