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.

Was ist Flash 2 Mobile Stores?

Flash 2 Mobile Stores ist eine Chrome-Erweiterung, die von Kevin Campion entwickelt wurde, und ihr Hauptmerkmal ist "Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.".

Erweiterungsscreenshots

screenshot

Flash 2 Mobile Stores-Erweiterungs-CRX-Datei herunterladen

Laden Sie Flash 2 Mobile Stores-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Flash 2 Mobile Stores Flash 2 Mobile Stores
ID ghjpblggkpfamlcpjaigedfodjmmoodd
Offizielle URL https://chrome.google.com/webstore/detail/flash-2-mobile-stores/ghjpblggkpfamlcpjaigedfodjmmoodd
Beschreibung Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.
Dateigröße 46.23 KB
Installationsanzahl 40
Aktuelle Version 0.1.0
Letztes Update 2019-07-20
Veröffentlichungsdatum 2019-07-20
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler Kevin Campion
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}