Amazon Bestseller

Quick Access to Amazon Best Sellers, New Releases and more

Amazon Bestsellerとは何ですか?

Amazon BestsellerはAlexによって開発されたChromeの拡張機能で、その主な機能は「Quick Access to Amazon Best Sellers, New Releases and more」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Amazon Bestseller拡張機能のCRXファイルをダウンロード

Amazon Bestseller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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/                    

拡張機能の基本情報

名前 Amazon Bestseller Amazon Bestseller
ID enjilofnmpaaiponmfniemiakcjedlbi
公式URL https://chromewebstore.google.com/detail/amazon-bestseller/enjilofnmpaaiponmfniemiakcjedlbi
説明 Quick Access to Amazon Best Sellers, New Releases and more
ファイルサイズ 1.23 MB
インストール数 263
現在のバージョン 1.0.0
最終更新日 2018-12-24
公開日 2018-12-24
開発者 Alex
支払い方法 free
対応言語 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"
    ]
}