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はtravis134によって開発されたChromeの拡張機能で、その主な機能は「This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

NZB Geek Preview拡張機能のCRXファイルをダウンロード

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"
    }
}