Buy mode

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

Cos'è Buy mode?

Buy mode è un'estensione di Chrome sviluppata da jbsiraudin, e la sua funzione principale è "When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Buy mode

Scarica i file di estensione Buy mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Buy mode Buy mode
ID chelhfjncfodagiaajlcedabncohepag
URL Ufficiale https://chromewebstore.google.com/detail/buy-mode/chelhfjncfodagiaajlcedabncohepag
Descrizione When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched.
Dimensione del File 9.21 KB
Conteggio Installazioni 149
Versione Corrente 0.3
Ultimo Aggiornamento 2019-08-07
Data di Pubblicazione 2019-08-06
Valutazione 4.67/5 Totale 6 Valutazioni
Sviluppatore jbsiraudin
Tipo di Pagamento free
Lingue Supportate 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"
}