Snapchat Mobile

Snapchat Mobile Version in Browser

Wat is Snapchat Mobile?

Snapchat Mobile is een Chrome-extensie ontwikkeld door Mobile Extensions, en de belangrijkste functie is "Snapchat Mobile Version in Browser".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Snapchat Mobile

Download Snapchat Mobile-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Snapchat Mobile Snapchat Mobile
ID nmlapmlkdkffhgghpflcndcpkjbddmam
Officiële URL https://chrome.google.com/webstore/detail/snapchat-mobile/nmlapmlkdkffhgghpflcndcpkjbddmam
Beschrijving Snapchat Mobile Version in Browser
Bestandsgrootte 36.1 KB
Aantal Installaties 2,685
Huidige Versie 1.0.1
Laatst Bijgewerkt 2022-11-21
Publicatiedatum 2022-11-21
Beoordeling 4.25/5 Totaal 32 Beoordelingen
Ontwikkelaar Mobile Extensions
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/extensions-privacy
Ondersteunde Talen 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"
}