Buy mode

When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched.

ما هو Buy mode؟

Buy mode هو إضافة Chrome تم تطويرها بواسطة jbsiraudin، والميزة الرئيسية لها هي "When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Buy mode

قم بتنزيل ملفات الامتداد Buy mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        When entering Amazon, a small unfocused window is launched with the YouTube playlist of your choice : The Sims' Buy Mode, Nook Store Music, Wii Store Music.

Icon Money by henrik lund mikkelsen from the Noun Project                    

معلومات أساسية عن التمديد

الاسم Buy mode Buy mode
ID chelhfjncfodagiaajlcedabncohepag
عنوان URL الرسمي https://chromewebstore.google.com/detail/buy-mode/chelhfjncfodagiaajlcedabncohepag
الوصف When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched.
حجم الملف 9.21 KB
عدد التثبيتات 149
النسخة الحالية 0.3
آخر تحديث 2019-08-07
تاريخ النشر 2019-08-06
تقييم 4.67/5 مجموع تقييمات 6
المطور jbsiraudin
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Buy mode",
    "version": "0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched.",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_title": "Buy Mode",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.at\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.com.au\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "manifest_version": 2,
    "incognito": "split"
}