Flash 2 Mobile Stores
Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.
Flash 2 Mobile Stores क्या है?
Flash 2 Mobile Stores Kevin Campion द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Flash 2 Mobile Stores एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ghjpblggkpfamlcpjaigedfodjmmoodd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/flash-2-mobile-stores/ghjpblggkpfamlcpjaigedfodjmmoodd |
विवरण | Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile. |
फ़ाइल का आकार | 46.23 KB |
स्थापना संख्या | 40 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2019-07-20 |
प्रकाशन तिथि | 2019-07-20 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | Kevin Campion |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_extName__", "short_name": "Flash 2 Mobile Stores", "description": "__MSG_extDescription__", "permissions": [ "https:\/\/flash2mobile.logriver.io\/" ], "version": "0.1.0", "icons": { "128": "assets\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "http:\/\/itunes.apple.com\/*", "https:\/\/itunes.apple.com\/*", "http:\/\/play.google.com\/*", "https:\/\/play.google.com\/*", "http:\/\/appstore.com\/*", "https:\/\/appstore.com\/*", "https:\/\/apps.apple.com\/*" ], "js": [ "js\/main.min.js" ], "css": [ "css\/style.min.css" ] } ] } |