Add Nzb Search Link To IMDb

Injects link to IMDb page that opens a new tab to your favorite NZB Search engine with search criteria entered.

Add Nzb Search Link To IMDb là gì?

Add Nzb Search Link To IMDb là một tiện ích mở rộng Chrome được phát triển bởi applestoapples, và tính năng chính của nó là "Injects link to IMDb page that opens a new tab to your favorite NZB Search engine with search criteria entered.".

Ả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 Add Nzb Search Link To IMDb

Tải xuống các tệp mở rộng Add Nzb Search Link To IMDb 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

                        ALPHA Version - This is a very early release, so please bear with the bugs!

If you're the kind of person who peruses IMDb to discover movies, then this is the plugin for you!

This plugin will add a link underneath the movie title that directs you to your favorite NZB indexer (nzbs.in by default), with the movie name and year already pre-filled as the search criteria!

Saves countless clicks and keyboard presses.

*NOTE*
If you'd like to leave feedback or bug reports: On the Details tab, use the "Send Feedback" link!                    

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

Tên Add Nzb Search Link To IMDb Add Nzb Search Link To IMDb
ID ficckoaloeoadclcplombfcalnbobpfk
URL Chính Thức https://chrome.google.com/webstore/detail/add-nzb-search-link-to-im/ficckoaloeoadclcplombfcalnbobpfk
Mô tả Injects link to IMDb page that opens a new tab to your favorite NZB Search engine with search criteria entered.
Kích Thước Tệp 288 KB
Số Lần Cài Đặt 209
Phiên Bản Hiện Tại 0.0.2.2
Cập Nhật Lần Cuối 2013-07-31
Ngày Phát Hành 2013-07-31
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển applestoapples
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/applestoapples/AddNzbSearchLinkToIMDb
URL Trang Trợ Giúp https://github.com/applestoapples/AddNzbSearchLinkToIMDb
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add Nzb Search Link To IMDb",
    "version": "0.0.2.2",
    "manifest_version": 2,
    "description": "Injects link to IMDb page that opens a new tab to your favorite NZB Search engine with search criteria entered.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/addnzbsearchlinktoimdb\/ficckoaloeoadclcplombfcalnbobpfk",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "options_page": "src\/options_custom\/index.html",
    "background": {
        "scripts": [
            "src\/options_custom\/lib\/store.js",
            "src\/background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.imdb.com\/title\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "src\/options_custom\/lib\/store.js",
                "js\/sprintf.js",
                "src\/options_custom\/manifest.js",
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}