LiveForum

Giving a glass of ice water to forum.ge users

LiveForum là gì?

LiveForum là một tiện ích mở rộng Chrome được phát triển bởi slev7n, và tính năng chính của nó là "Giving a glass of ice water to forum.ge users".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng LiveForum 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

                        Ergonomic text editing for forum.ge                    

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

Tên LiveForum LiveForum
ID ndgkajmambbiknophepokfnnangenaab
URL Chính Thức https://chromewebstore.google.com/detail/liveforum/ndgkajmambbiknophepokfnnangenaab
Mô tả Giving a glass of ice water to forum.ge users
Kích Thước Tệp 31.46 KB
Số Lần Cài Đặt 280
Phiên Bản Hiện Tại 4.0.8
Cập Nhật Lần Cuối 2021-02-23
Ngày Phát Hành 2018-04-23
Đánh Giá 4.93/5 Tổng số 14 Đánh Giá
Nhà Phát Triển slev7n
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LiveForum",
    "version": "4.0.8",
    "description": "Giving a glass of ice water to forum.ge users",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "icons\/wallpaper.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/forum.ge\/*",
                "*:\/\/*.forum.ge\/*"
            ],
            "js": [
                "modules\/setup.js",
                "modules\/storage.js",
                "modules\/notifications.js",
                "modules\/liveforum.js",
                "index.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ]
}