Snapchat Mobile

Snapchat Mobile Version in Browser

Apa itu Snapchat Mobile?

Snapchat Mobile adalah ekstensi Chrome yang dikembangkan oleh Mobile Extensions, dan fitur utamanya adalah "Snapchat Mobile Version in Browser".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Snapchat Mobile

Unduh file ekstensi Snapchat Mobile 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

                        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.                    

Informasi Dasar Ekstensi

Nama Snapchat Mobile Snapchat Mobile
ID nmlapmlkdkffhgghpflcndcpkjbddmam
URL Resmi https://chrome.google.com/webstore/detail/snapchat-mobile/nmlapmlkdkffhgghpflcndcpkjbddmam
Deskripsi Snapchat Mobile Version in Browser
Ukuran File 36.1 KB
Jumlah Instalasi 2,685
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-11-21
Tanggal Publikasi 2022-11-21
Penilaian 4.25/5 Total 32 Penilaian
Pengembang Mobile Extensions
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/extensions-privacy
Bahasa yang Didukung 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"
}