Slyize

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

Co to jest Slyize?

Slyize to rozszerzenie Chrome opracowane przez slyguisenft, a jego główną funkcją jest „Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Slyize

Pobierz pliki rozszerzeń Slyize w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Slyize Slyize
ID fbpogllddgaakcaafjlgcmdehndbeabc
Oficjalny URL https://chromewebstore.google.com/detail/slyize/fbpogllddgaakcaafjlgcmdehndbeabc
Opis Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…
Rozmiar pliku 73.04 KB
Liczba instalacji 23
Aktualna Wersja 1.0.8
Ostatnia Aktualizacja 2021-11-07
Data Publikacji 2021-10-29
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper slyguisenft
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}