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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}