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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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