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.

O que é Flash 2 Mobile Stores?

Flash 2 Mobile Stores é uma extensão do Chrome desenvolvida por Kevin Campion, e sua principal característica é "Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Flash 2 Mobile Stores

Baixe arquivos de extensão Flash 2 Mobile Stores no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Flash 2 Mobile Stores Flash 2 Mobile Stores
ID ghjpblggkpfamlcpjaigedfodjmmoodd
URL Oficial https://chrome.google.com/webstore/detail/flash-2-mobile-stores/ghjpblggkpfamlcpjaigedfodjmmoodd
Descrição Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.
Tamanho do Arquivo 46.23 KB
Contagem de Instalações 40
Versão Atual 0.1.0
Última Atualização 2019-07-20
Data de Publicação 2019-07-20
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor Kevin Campion
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}