Snapchat Mobile

Snapchat Mobile Version in Browser

Co to jest Snapchat Mobile?

Snapchat Mobile to rozszerzenie Chrome opracowane przez Mobile Extensions, a jego główną funkcją jest „Snapchat Mobile Version in Browser”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Snapchat Mobile

Pobierz pliki rozszerzeń Snapchat Mobile w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Snapchat Mobile Snapchat Mobile
ID nmlapmlkdkffhgghpflcndcpkjbddmam
Oficjalny URL https://chrome.google.com/webstore/detail/snapchat-mobile/nmlapmlkdkffhgghpflcndcpkjbddmam
Opis Snapchat Mobile Version in Browser
Rozmiar pliku 36.1 KB
Liczba instalacji 2,685
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2022-11-21
Data Publikacji 2022-11-21
Ocena 4.25/5 Łącznie 32 Oceny
Deweloper Mobile Extensions
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/extensions-privacy
Obsługiwane Języki 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"
}