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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Flash 2 Mobile Stores

قم بتنزيل ملفات الامتداد Flash 2 Mobile Stores بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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