NZB Geek Preview

This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.

NZB Geek Previewคืออะไร?

NZB Geek Preview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย travis134 และคุณลักษณะหลักของมันคือ "This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NZB Geek Preview

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

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

                        This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.                    

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

ชื่อ NZB Geek Preview NZB Geek Preview
ID peomplnjhjnkcnjejmdhhlfmoaokikig
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/nzb-geek-preview/peomplnjhjnkcnjejmdhhlfmoaokikig
คำอธิบาย This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.
ขนาดไฟล์ 8.34 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2014-02-18
วันที่เผยแพร่ 2014-02-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา travis134
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NZB Geek Preview",
    "description": "This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.",
    "version": "1.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/01100111011001010110010101101011.info\/music*",
                "https:\/\/01100111011001010110010101101011.info\/movies*",
                "https:\/\/01100111011001010110010101101011.info\/console*"
            ],
            "js": [
                "nzb_geek_preview.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/www.youtube.com\/"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}