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
电子邮箱 [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\/*"
    ]
}