Slyize

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

Apa itu Slyize?

Slyize adalah ekstensi Chrome yang dikembangkan oleh slyguisenft, dan fitur utamanya adalah "Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Slyize

Unduh file ekstensi Slyize dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Slyize Slyize
ID fbpogllddgaakcaafjlgcmdehndbeabc
URL Resmi https://chromewebstore.google.com/detail/slyize/fbpogllddgaakcaafjlgcmdehndbeabc
Deskripsi Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…
Ukuran File 73.04 KB
Jumlah Instalasi 23
Versi Saat Ini 1.0.8
Terakhir Diperbarui 2021-11-07
Tanggal Publikasi 2021-10-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang slyguisenft
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}