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.
Vad är Flash 2 Mobile Stores?
Flash 2 Mobile Stores är en Chrome-tillägg utvecklad av Kevin Campion, och dess huvudfunktion är "Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.".
Tilläggsskärmbilder
Ladda ner Flash 2 Mobile Stores-förlängningens CRX-fil
Ladda ner Flash 2 Mobile Stores-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.
Grundläggande Information om Tillägg
Namn | |
ID | ghjpblggkpfamlcpjaigedfodjmmoodd |
Officiell webbadress | https://chrome.google.com/webstore/detail/flash-2-mobile-stores/ghjpblggkpfamlcpjaigedfodjmmoodd |
Beskrivning | Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile. |
Filstorlek | 46.23 KB |
Antal Installationer | 40 |
Aktuell Version | 0.1.0 |
Senast Uppdaterad | 2019-07-20 |
Publiceringsdatum | 2019-07-20 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | Kevin Campion |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |