Snapchat Mobile

Snapchat Mobile Version in Browser

What is Snapchat Mobile?

Snapchat Mobile is a Chrome extension developed by Mobile Extensions, and its main feature is "Snapchat Mobile Version in Browser".

Extension Screenshots

screenshot

Download Snapchat Mobile Extension CRX File

Download Snapchat Mobile extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Snapchat Mobile Snapchat Mobile
ID nmlapmlkdkffhgghpflcndcpkjbddmam
Official URL https://chrome.google.com/webstore/detail/snapchat-mobile/nmlapmlkdkffhgghpflcndcpkjbddmam
Description Snapchat Mobile Version in Browser
File Size 36.1 KB
Installation Count 2,685
Current Version 1.0.1
Last Updated 2022-11-21
Publish Date 2022-11-21
Rating 4.25/5 Total 32 Ratings
Developer Mobile Extensions
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/extensions-privacy
Supported Languages 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"
}