Slyize

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

Co je Slyize?

Slyize je rozšíření Chrome vyvinuté slyguisenft, a jeho hlavní funkcí je „Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Slyize

Stáhněte si soubory rozšíření Slyize ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Slyize Slyize
ID fbpogllddgaakcaafjlgcmdehndbeabc
Oficiální URL https://chromewebstore.google.com/detail/slyize/fbpogllddgaakcaafjlgcmdehndbeabc
Popis Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…
Velikost souboru 73.04 KB
Počet instalací 23
Aktuální Verze 1.0.8
Poslední Aktualizace 2021-11-07
Datum Vydání 2021-10-29
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář slyguisenft
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}