Slyize

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

ما هو Slyize؟

Slyize هو إضافة Chrome تم تطويرها بواسطة slyguisenft، والميزة الرئيسية لها هي "Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Slyize

قم بتنزيل ملفات الامتداد Slyize بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Slyize Slyize
ID fbpogllddgaakcaafjlgcmdehndbeabc
عنوان URL الرسمي https://chromewebstore.google.com/detail/slyize/fbpogllddgaakcaafjlgcmdehndbeabc
الوصف Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…
حجم الملف 73.04 KB
عدد التثبيتات 23
النسخة الحالية 1.0.8
آخر تحديث 2021-11-07
تاريخ النشر 2021-10-29
تقييم 5.00/5 مجموع تقييمات 1
المطور slyguisenft
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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\/*"
    ]
}