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
官方網址 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
電子郵箱 [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\/*"
    ]
}