Buy mode

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

Apa itu Buy mode?

Buy mode adalah ekstensi Chrome yang dikembangkan oleh jbsiraudin, dan fitur utamanya adalah "When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Buy mode

Unduh file ekstensi Buy mode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Buy mode Buy mode
ID chelhfjncfodagiaajlcedabncohepag
URL Resmi https://chromewebstore.google.com/detail/buy-mode/chelhfjncfodagiaajlcedabncohepag
Deskripsi When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched.
Ukuran File 9.21 KB
Jumlah Instalasi 149
Versi Saat Ini 0.3
Terakhir Diperbarui 2019-08-07
Tanggal Publikasi 2019-08-06
Penilaian 4.67/5 Total 6 Penilaian
Pengembang jbsiraudin
Tipe Pembayaran free
Bahasa yang Didukung 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"
}