Slyize

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

Vad är Slyize?

Slyize är en Chrome-tillägg utvecklad av slyguisenft, och dess huvudfunktion är "Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Slyize-förlängningens CRX-fil

Ladda ner Slyize-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Slyize Slyize
ID fbpogllddgaakcaafjlgcmdehndbeabc
Officiell webbadress https://chromewebstore.google.com/detail/slyize/fbpogllddgaakcaafjlgcmdehndbeabc
Beskrivning Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…
Filstorlek 73.04 KB
Antal Installationer 23
Aktuell Version 1.0.8
Senast Uppdaterad 2021-11-07
Publiceringsdatum 2021-10-29
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare slyguisenft
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}