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 - это расширение Chrome, разработанное Kevin Campion, и его основная функция - "Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.".
Снимки экрана расширения
Скачать файл CRX расширения Flash 2 Mobile Stores
Скачайте файлы расширений 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" ] } ] } |