Amazon Bestseller

Quick Access to Amazon Best Sellers, New Releases and more

Amazon Bestseller là gì?

Amazon Bestseller là một tiện ích mở rộng Chrome được phát triển bởi Alex, và tính năng chính của nó là "Quick Access to Amazon Best Sellers, New Releases and more".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Amazon Bestseller

Tải xuống các tệp mở rộng Amazon Bestseller dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Amazon Bestseller Amazon Bestseller
ID enjilofnmpaaiponmfniemiakcjedlbi
URL Chính Thức https://chromewebstore.google.com/detail/amazon-bestseller/enjilofnmpaaiponmfniemiakcjedlbi
Mô tả Quick Access to Amazon Best Sellers, New Releases and more
Kích Thước Tệp 1.23 MB
Số Lần Cài Đặt 263
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-12-24
Ngày Phát Hành 2018-12-24
Nhà Phát Triển Alex
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}