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 là gì?

Flash 2 Mobile Stores là một tiện ích mở rộng Chrome được phát triển bởi Kevin Campion, và tính năng chính của nó là "Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flash 2 Mobile Stores

Tải xuống các tệp mở rộng Flash 2 Mobile Stores dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Flash 2 Mobile Stores Flash 2 Mobile Stores
ID ghjpblggkpfamlcpjaigedfodjmmoodd
URL Chính Thức https://chrome.google.com/webstore/detail/flash-2-mobile-stores/ghjpblggkpfamlcpjaigedfodjmmoodd
Mô tả Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.
Kích Thước Tệp 46.23 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2019-07-20
Ngày Phát Hành 2019-07-20
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Kevin Campion
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}