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.

Co je Flash 2 Mobile Stores?

Flash 2 Mobile Stores je rozšíření Chrome vyvinuté Kevin Campion, a jeho hlavní funkcí je „Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Flash 2 Mobile Stores

Stáhněte si soubory rozšíření Flash 2 Mobile Stores ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Flash 2 Mobile Stores Flash 2 Mobile Stores
ID ghjpblggkpfamlcpjaigedfodjmmoodd
Oficiální URL https://chrome.google.com/webstore/detail/flash-2-mobile-stores/ghjpblggkpfamlcpjaigedfodjmmoodd
Popis Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.
Velikost souboru 46.23 KB
Počet instalací 40
Aktuální Verze 0.1.0
Poslední Aktualizace 2019-07-20
Datum Vydání 2019-07-20
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář Kevin Campion
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}