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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
ID | ghjpblggkpfamlcpjaigedfodjmmoodd |
官方URL | 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" ] } ] } |