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.
Apa itu Flash 2 Mobile Stores?
Flash 2 Mobile Stores adalah ekstensi Chrome yang dikembangkan oleh Kevin Campion, dan fitur utamanya adalah "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 Ekstensi
Unduh Berkas CRX Ekstensi Flash 2 Mobile Stores
Unduh file ekstensi Flash 2 Mobile Stores dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile.
Informasi Dasar Ekstensi
Nama | |
ID | ghjpblggkpfamlcpjaigedfodjmmoodd |
URL Resmi | https://chrome.google.com/webstore/detail/flash-2-mobile-stores/ghjpblggkpfamlcpjaigedfodjmmoodd |
Deskripsi | Click on an App Store button or a Google Play button and flash the QR Code to be redirect on it on your mobile. |
Ukuran File | 46.23 KB |
Jumlah Instalasi | 40 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2019-07-20 |
Tanggal Publikasi | 2019-07-20 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | Kevin Campion |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |