Slyize

Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…

Slyizeとは何ですか?

Slyizeはslyguisenftによって開発されたChromeの拡張機能で、その主な機能は「Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which include .wav and many other larger file formats.                    

拡張機能の基本情報

名前 Slyize Slyize
ID fbpogllddgaakcaafjlgcmdehndbeabc
公式URL https://chromewebstore.google.com/detail/slyize/fbpogllddgaakcaafjlgcmdehndbeabc
説明 Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…
ファイルサイズ 73.04 KB
インストール数 23
現在のバージョン 1.0.8
最終更新日 2021-11-07
公開日 2021-10-29
評価 5.00/5 合計 1 レビュー
開発者 slyguisenft
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slyize",
    "version": "1.0.8",
    "description": "",
    "manifest_version": 3,
    "incognito": "split",
    "icons": {
        "128": "icons\/icon.png"
    },
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "workerLoader.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "scripts\/jsQR.js",
                "scripts\/fileViewer.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/videoViewer.html",
                "scripts\/audioPlayer.html"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/*.facebook.com\/*"
    ]
}