Buy mode
When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched.
Wat is Buy mode?
Buy mode is een Chrome-extensie ontwikkeld door jbsiraudin, en de belangrijkste functie is "When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched.".
Extensie Screenshots
Download het CRX-bestand van de extensie Buy mode
Download Buy mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Buy mode |
ID | chelhfjncfodagiaajlcedabncohepag |
Officiële URL | https://chromewebstore.google.com/detail/buy-mode/chelhfjncfodagiaajlcedabncohepag |
Beschrijving | When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched. |
Bestandsgrootte | 9.21 KB |
Aantal Installaties | 149 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2019-08-07 |
Publicatiedatum | 2019-08-06 |
Beoordeling | 4.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | jbsiraudin |
Betalingswijze | free |
Ondersteunde Talen | 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" } |