Slyize

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

What is Slyize?

Slyize is a Chrome extension developed by slyguisenft, and its main feature is "Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…".

Extension Screenshots

screenshot
screenshot

Download Slyize Extension CRX File

Download Slyize extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Slyize Slyize
ID fbpogllddgaakcaafjlgcmdehndbeabc
Official URL https://chromewebstore.google.com/detail/slyize/fbpogllddgaakcaafjlgcmdehndbeabc
Description Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…
File Size 73.04 KB
Installation Count 23
Current Version 1.0.8
Last Updated 2021-11-07
Publish Date 2021-10-29
Rating 5.00/5 Total 1 Ratings
Developer slyguisenft
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}