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.
Cos'è Flash 2 Mobile Stores?
Flash 2 Mobile Stores è un'estensione di Chrome sviluppata da Kevin Campion, e la sua funzione principale è "Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Flash 2 Mobile Stores
Scarica i file di estensione Flash 2 Mobile Stores 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
Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.
Informazioni di Base sull'Estensione
Nome | |
ID | ghjpblggkpfamlcpjaigedfodjmmoodd |
URL Ufficiale | https://chrome.google.com/webstore/detail/flash-2-mobile-stores/ghjpblggkpfamlcpjaigedfodjmmoodd |
Descrizione | Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile. |
Dimensione del File | 46.23 KB |
Conteggio Installazioni | 40 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2019-07-20 |
Data di Pubblicazione | 2019-07-20 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | Kevin Campion |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |