Amazon Bestseller

Quick Access to Amazon Best Sellers, New Releases and more

Amazon Bestseller क्या है?

Amazon Bestseller Alex द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick Access to Amazon Best Sellers, New Releases and more"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Amazon Bestseller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}