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.

What is Flash 2 Mobile Stores?

Flash 2 Mobile Stores is a Chrome extension developed by Kevin Campion, and its main feature is "Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.".

Extension Screenshots

screenshot

Download Flash 2 Mobile Stores Extension CRX File

Download Flash 2 Mobile Stores extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.                    

Extension Basic Information

Name Flash 2 Mobile Stores Flash 2 Mobile Stores
ID ghjpblggkpfamlcpjaigedfodjmmoodd
Official URL https://chrome.google.com/webstore/detail/flash-2-mobile-stores/ghjpblggkpfamlcpjaigedfodjmmoodd
Description Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.
File Size 46.23 KB
Installation Count 40
Current Version 0.1.0
Last Updated 2019-07-20
Publish Date 2019-07-20
Rating 4.00/5 Total 1 Ratings
Developer Kevin Campion
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}