Slyize

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

O que é Slyize?

Slyize é uma extensão do Chrome desenvolvida por slyguisenft, e sua principal característica é "Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Slyize

Baixe arquivos de extensão Slyize no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Slyize Slyize
ID fbpogllddgaakcaafjlgcmdehndbeabc
URL Oficial https://chromewebstore.google.com/detail/slyize/fbpogllddgaakcaafjlgcmdehndbeabc
Descrição Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…
Tamanho do Arquivo 73.04 KB
Contagem de Instalações 23
Versão Atual 1.0.8
Última Atualização 2021-11-07
Data de Publicação 2021-10-29
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor slyguisenft
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}