Snapchat Mobile

Snapchat Mobile Version in Browser

ما هو Snapchat Mobile؟

Snapchat Mobile هو إضافة Chrome تم تطويرها بواسطة Mobile Extensions، والميزة الرئيسية لها هي "Snapchat Mobile Version in Browser".

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

screenshot

تحميل ملف CRX للإضافة Snapchat Mobile

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

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

                        Now you will never miss new, interesting videos and clips - enjoy all the features of the Snapchat mobile application on your desktop!

This mobile snapchat extension is amazing way to have quick access to your favorite platform just in one click. Extension won`t mess with personal data or track your online activities.                    

معلومات أساسية عن التمديد

الاسم Snapchat Mobile Snapchat Mobile
ID nmlapmlkdkffhgghpflcndcpkjbddmam
عنوان URL الرسمي https://chrome.google.com/webstore/detail/snapchat-mobile/nmlapmlkdkffhgghpflcndcpkjbddmam
الوصف Snapchat Mobile Version in Browser
حجم الملف 36.1 KB
عدد التثبيتات 2,685
النسخة الحالية 1.0.1
آخر تحديث 2022-11-21
تاريخ النشر 2022-11-21
تقييم 4.25/5 مجموع تقييمات 32
المطور Mobile Extensions
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://sites.google.com/view/extensions-privacy
اللغات المدعومة en-US
manifest.json
{
    "action": [],
    "background": {
        "service_worker": "snapchat.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "mobile.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Snapchat Mobile Version in Browser",
    "host_permissions": [
        "http:\/\/*\/**",
        "https:\/\/*\/**"
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Snapchat Mobile",
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}