Slyize

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

Slyize là gì?

Slyize là một tiện ích mở rộng Chrome được phát triển bởi slyguisenft, và tính năng chính của nó là "Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Slyize

Tải xuống các tệp mở rộng Slyize dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Slyize Slyize
ID fbpogllddgaakcaafjlgcmdehndbeabc
URL Chính Thức https://chromewebstore.google.com/detail/slyize/fbpogllddgaakcaafjlgcmdehndbeabc
Mô tả Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…
Kích Thước Tệp 73.04 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2021-11-07
Ngày Phát Hành 2021-10-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển slyguisenft
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}