SubWeave

SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!

SubWeave là gì?

SubWeave là một tiện ích mở rộng Chrome được phát triển bởi https://subweave.com, và tính năng chính của nó là "SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!".

Ả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 SubWeave

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

                        This extension allows you to have alternative casual discussions with your own community by adding a live chat room to each sub.

It also combines similar social media sites into a single experience in a tasteful, minimalist, and unobtrusive manner, so no matter which site you are currently browsing, you will still see content from other similar sites which you are sure to find relevant.                    

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

Tên SubWeave SubWeave
ID epnlecnffenjokggffehjghpmahdcigo
URL Chính Thức https://chromewebstore.google.com/detail/subweave/epnlecnffenjokggffehjghpmahdcigo
Mô tả SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!
Kích Thước Tệp 97.04 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2015-07-21
Ngày Phát Hành 2015-07-21
Đánh Giá 5.00/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://subweave.com
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": "SubWeave",
    "version": "1.1.3",
    "manifest_version": 2,
    "description": "SubWeave fuses web communities into an enhanced, interwoven experience. Never miss anything again!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "subweave.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*\/",
        "webRequest",
        "webRequestBlocking"
    ]
}