Snapchat Mobile

Snapchat Mobile Version in Browser

Vad är Snapchat Mobile?

Snapchat Mobile är en Chrome-tillägg utvecklad av Mobile Extensions, och dess huvudfunktion är "Snapchat Mobile Version in Browser".

Tilläggsskärmbilder

screenshot

Ladda ner Snapchat Mobile-förlängningens CRX-fil

Ladda ner Snapchat Mobile-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Snapchat Mobile Snapchat Mobile
ID nmlapmlkdkffhgghpflcndcpkjbddmam
Officiell webbadress https://chrome.google.com/webstore/detail/snapchat-mobile/nmlapmlkdkffhgghpflcndcpkjbddmam
Beskrivning Snapchat Mobile Version in Browser
Filstorlek 36.1 KB
Antal Installationer 2,685
Aktuell Version 1.0.1
Senast Uppdaterad 2022-11-21
Publiceringsdatum 2022-11-21
Betyg 4.25/5 Totalt 32 Betyg
Utvecklare Mobile Extensions
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/extensions-privacy
Stödda Språk 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"
}