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.

Wat is Flash 2 Mobile Stores?

Flash 2 Mobile Stores is een Chrome-extensie ontwikkeld door Kevin Campion, en de belangrijkste functie 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.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Flash 2 Mobile Stores

Download Flash 2 Mobile Stores-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Flash 2 Mobile Stores Flash 2 Mobile Stores
ID ghjpblggkpfamlcpjaigedfodjmmoodd
Officiële URL https://chrome.google.com/webstore/detail/flash-2-mobile-stores/ghjpblggkpfamlcpjaigedfodjmmoodd
Beschrijving Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.
Bestandsgrootte 46.23 KB
Aantal Installaties 40
Huidige Versie 0.1.0
Laatst Bijgewerkt 2019-07-20
Publicatiedatum 2019-07-20
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Kevin Campion
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}