Slyize

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

Was ist Slyize?

Slyize ist eine Chrome-Erweiterung, die von slyguisenft entwickelt wurde, und ihr Hauptmerkmal ist "Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…".

Erweiterungsscreenshots

screenshot
screenshot

Slyize-Erweiterungs-CRX-Datei herunterladen

Laden Sie Slyize-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Slyize Slyize
ID fbpogllddgaakcaafjlgcmdehndbeabc
Offizielle URL https://chromewebstore.google.com/detail/slyize/fbpogllddgaakcaafjlgcmdehndbeabc
Beschreibung Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…
Dateigröße 73.04 KB
Installationsanzahl 23
Aktuelle Version 1.0.8
Letztes Update 2021-11-07
Veröffentlichungsdatum 2021-10-29
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler slyguisenft
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}