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.

什麼是Flash 2 Mobile Stores?

Flash 2 Mobile Stores是由Kevin Campion開發的Chrome擴展程式,該擴展的主要功能是“Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.”。

擴展截圖

screenshot

下載Flash 2 Mobile Stores擴展crx文件

下載Flash 2 Mobile Stores擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Flash 2 Mobile Stores Flash 2 Mobile Stores
ID ghjpblggkpfamlcpjaigedfodjmmoodd
官方網址 https://chrome.google.com/webstore/detail/flash-2-mobile-stores/ghjpblggkpfamlcpjaigedfodjmmoodd
簡介 Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.
檔案大小 46.23 KB
安裝次數 40
目前版本 0.1.0
更新時間 2019-07-20
上架時間 2019-07-20
評分 4.00/5 共 1 次評分
開發者 Kevin Campion
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}