Amazon Bestseller

Quick Access to Amazon Best Sellers, New Releases and more

Amazon Bestsellerคืออะไร?

Amazon Bestseller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex และคุณลักษณะหลักของมันคือ "Quick Access to Amazon Best Sellers, New Releases and more"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Bestseller

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}