Amazon Bestseller

Quick Access to Amazon Best Sellers, New Releases and more

Co to jest Amazon Bestseller?

Amazon Bestseller to rozszerzenie Chrome opracowane przez Alex, a jego główną funkcją jest „Quick Access to Amazon Best Sellers, New Releases and more”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Amazon Bestseller

Pobierz pliki rozszerzeń Amazon Bestseller w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Amazon Bestseller Amazon Bestseller
ID enjilofnmpaaiponmfniemiakcjedlbi
Oficjalny URL https://chromewebstore.google.com/detail/amazon-bestseller/enjilofnmpaaiponmfniemiakcjedlbi
Opis Quick Access to Amazon Best Sellers, New Releases and more
Rozmiar pliku 1.23 MB
Liczba instalacji 263
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2018-12-24
Data Publikacji 2018-12-24
Deweloper Alex
Typ Płatności free
Obsługiwane Języki 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"
    ]
}