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 to jest Flash 2 Mobile Stores?

Flash 2 Mobile Stores to rozszerzenie Chrome opracowane przez Kevin Campion, a jego główną funkcją jest „Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Flash 2 Mobile Stores

Pobierz pliki rozszerzeń Flash 2 Mobile Stores w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Flash 2 Mobile Stores Flash 2 Mobile Stores
ID ghjpblggkpfamlcpjaigedfodjmmoodd
Oficjalny URL https://chrome.google.com/webstore/detail/flash-2-mobile-stores/ghjpblggkpfamlcpjaigedfodjmmoodd
Opis Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.
Rozmiar pliku 46.23 KB
Liczba instalacji 40
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2019-07-20
Data Publikacji 2019-07-20
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper Kevin Campion
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}