RARBG thumbnails

Display thumbnails automaticly on RARBG

RARBG thumbnails là gì?

RARBG thumbnails là một tiện ích mở rộng Chrome được phát triển bởi Bitlab, và tính năng chính của nó là "Display thumbnails automaticly on RARBG".

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

screenshot

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

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

                        Display thumbnails automatically on RARBG, without having to hover on an item to display it.

Source code: https://github.com/keyboardslayer/rarbg-thumbnails                    

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

Tên RARBG thumbnails RARBG thumbnails
ID bajecalicogfgonhfimaeifdbdpmbgab
URL Chính Thức https://chrome.google.com/webstore/detail/rarbg-thumbnails/bajecalicogfgonhfimaeifdbdpmbgab
Mô tả Display thumbnails automaticly on RARBG
Kích Thước Tệp 7.83 KB
Số Lần Cài Đặt 872
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2019-09-28
Ngày Phát Hành 2019-09-28
Đánh Giá 3.63/5 Tổng số 16 Đánh Giá
Nhà Phát Triển Bitlab
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": "RARBG thumbnails",
    "short_name": "RARBG thumbs",
    "description": "Display thumbnails automaticly on RARBG",
    "version": "1.1.4",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/rarbg.to\/top*",
                "*:\/\/rarbg.to\/torrents.php*",
                "*:\/\/rarbg.is\/top*",
                "*:\/\/rarbg.is\/torrents.php*",
                "*:\/\/rarbgproxy.org\/top*",
                "*:\/\/rarbgproxy.org\/torrents.php*",
                "*:\/\/rarbgmirror.com\/top*",
                "*:\/\/rarbgmirror.com\/torrents.php*",
                "*:\/\/rarbgunblocked.org\/top*",
                "*:\/\/rarbgunblocked.org\/torrents.php*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}