NZB Geek Preview

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

NZB Geek Preview là gì?

NZB Geek Preview là một tiện ích mở rộng Chrome được phát triển bởi travis134, và tính năng chính của nó là "This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng NZB Geek Preview 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 adds YouTube embed videos to NZBGeek content in the music, movies, and console views.                    

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

Tên NZB Geek Preview NZB Geek Preview
ID peomplnjhjnkcnjejmdhhlfmoaokikig
URL Chính Thức https://chrome.google.com/webstore/detail/nzb-geek-preview/peomplnjhjnkcnjejmdhhlfmoaokikig
Mô tả This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.
Kích Thước Tệp 8.34 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2014-02-18
Ngày Phát Hành 2014-02-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển travis134
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",
    "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"
    }
}