RARBG thumbnails

Display thumbnails automaticly on RARBG

RARBG thumbnailsคืออะไร?

RARBG thumbnails เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bitlab และคุณลักษณะหลักของมันคือ "Display thumbnails automaticly on RARBG"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RARBG thumbnails

ดาวน์โหลดไฟล์ส่วนขยาย RARBG thumbnails ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

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

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RARBG thumbnails RARBG thumbnails
ID bajecalicogfgonhfimaeifdbdpmbgab
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/rarbg-thumbnails/bajecalicogfgonhfimaeifdbdpmbgab
คำอธิบาย Display thumbnails automaticly on RARBG
ขนาดไฟล์ 7.83 KB
จำนวนการติดตั้ง 872
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2019-09-28
วันที่เผยแพร่ 2019-09-28
คะแนน 3.63/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา Bitlab
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}