Snapchat Mobile

Snapchat Mobile Version in Browser

Snapchat Mobileとは何ですか?

Snapchat MobileはMobile Extensionsによって開発されたChromeの拡張機能で、その主な機能は「Snapchat Mobile Version in Browser」です。

拡張機能のスクリーンショット

screenshot

Snapchat Mobile拡張機能のCRXファイルをダウンロード

Snapchat Mobile拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Snapchat Mobile Snapchat Mobile
ID nmlapmlkdkffhgghpflcndcpkjbddmam
公式URL https://chrome.google.com/webstore/detail/snapchat-mobile/nmlapmlkdkffhgghpflcndcpkjbddmam
説明 Snapchat Mobile Version in Browser
ファイルサイズ 36.1 KB
インストール数 2,685
現在のバージョン 1.0.1
最終更新日 2022-11-21
公開日 2022-11-21
評価 4.25/5 合計 32 レビュー
開発者 Mobile Extensions
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/extensions-privacy
対応言語 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"
}