Snapchat Mobile

Snapchat Mobile Version in Browser

Cos'è Snapchat Mobile?

Snapchat Mobile è un'estensione di Chrome sviluppata da Mobile Extensions, e la sua funzione principale è "Snapchat Mobile Version in Browser".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Snapchat Mobile

Scarica i file di estensione Snapchat Mobile in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Snapchat Mobile Snapchat Mobile
ID nmlapmlkdkffhgghpflcndcpkjbddmam
URL Ufficiale https://chrome.google.com/webstore/detail/snapchat-mobile/nmlapmlkdkffhgghpflcndcpkjbddmam
Descrizione Snapchat Mobile Version in Browser
Dimensione del File 36.1 KB
Conteggio Installazioni 2,685
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-11-21
Data di Pubblicazione 2022-11-21
Valutazione 4.25/5 Totale 32 Valutazioni
Sviluppatore Mobile Extensions
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/extensions-privacy
Lingue Supportate 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"
}