Buy mode
When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched.
Buy mode क्या है?
Buy mode jbsiraudin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Buy mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |