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" ] } ] } |