Slyize

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

Cos'è Slyize?

Slyize è un'estensione di Chrome sviluppata da slyguisenft, e la sua funzione principale è "Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Slyize

Scarica i file di estensione Slyize in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Slyize Slyize
ID fbpogllddgaakcaafjlgcmdehndbeabc
URL Ufficiale https://chromewebstore.google.com/detail/slyize/fbpogllddgaakcaafjlgcmdehndbeabc
Descrizione Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…
Dimensione del File 73.04 KB
Conteggio Installazioni 23
Versione Corrente 1.0.8
Ultimo Aggiornamento 2021-11-07
Data di Pubblicazione 2021-10-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore slyguisenft
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}