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.
Hvad er Flash 2 Mobile Stores?
Flash 2 Mobile Stores er en Chrome-udvidelse udviklet af Kevin Campion, og dens hovedfunktion er "Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.".
Udvidelsesskærmbilleder
Download Flash 2 Mobile Stores-udvidelses-CRX-fil
Download Flash 2 Mobile Stores-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | ghjpblggkpfamlcpjaigedfodjmmoodd |
Officiel URL | https://chrome.google.com/webstore/detail/flash-2-mobile-stores/ghjpblggkpfamlcpjaigedfodjmmoodd |
Beskrivelse | Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile. |
Filstørrelse | 46.23 KB |
Antal Installationer | 40 |
Nuværende Version | 0.1.0 |
Senest Opdateret | 2019-07-20 |
Udgivelsesdato | 2019-07-20 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | Kevin Campion |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |