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.

Qu'est-ce que Flash 2 Mobile Stores ?

Flash 2 Mobile Stores est une extension Chrome développée par Kevin Campion, et sa fonction principale est "Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Flash 2 Mobile Stores

Téléchargez les fichiers d'extension Flash 2 Mobile Stores au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Flash 2 Mobile Stores Flash 2 Mobile Stores
ID ghjpblggkpfamlcpjaigedfodjmmoodd
URL Officiel 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.
Taille du Fichier 46.23 KB
Nombre d'Installations 40
Version Actuelle 0.1.0
Dernière Mise à Jour 2019-07-20
Date de Publication 2019-07-20
Évaluation 4.00/5 Total 1 Évaluations
Développeur Kevin Campion
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}