Movie Description Plugin for Torrent

Chrome extenstion to The Pirate Bay and Kickass that integrates IMDB/Filmweb movie description and rating into search results

Movie Description Plugin for Torrentとは何ですか?

Movie Description Plugin for Torrentはwitozaによって開発されたChromeの拡張機能で、その主な機能は「Chrome extenstion to The Pirate Bay and Kickass that integrates IMDB/Filmweb movie description and rating into search results」です。

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

screenshot
screenshot

Movie Description Plugin for Torrent拡張機能のCRXファイルをダウンロード

Movie Description Plugin for Torrent拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Chrome Extension to The Pirate Bay (https://thepiratebay.org/) and Kickass (https://kat.cr) torrent websites that integrates IMDB and/or FilmWeb description and movie ratings into torrent search results.

Features:
- Adds column to torrent website search results with description and movie rating from IMDB and/or FilmWeb
- Marks movies with high rating to be better visible to the user
- Hides movies with low rating not to be visible to the user
- Hides movies with CAM version not to be visible to the user
- Hides some genres of movies: TV Series, Bollywood, Animation, Fantasy, Horror, Romance, Family, SciFi not to be visible to the user
- Adds column to search results with links to: Google search, Google graphic, Filmweb, Imdb search for the original torrent title or movie title
Keeps track and hides unwanted movies (blacklist)
- Infinite scroll for Movie Category in Kickass

Visit https://github.com/witoza/Movie-Description-Plugin-for-Torrent for alpha releases.                    

拡張機能の基本情報

名前 Movie Description Plugin for Torrent Movie Description Plugin for Torrent
ID paeiglbmkfigfilaemandggmmncoeoim
公式URL https://chromewebstore.google.com/detail/movie-description-plugin/paeiglbmkfigfilaemandggmmncoeoim
説明 Chrome extenstion to The Pirate Bay and Kickass that integrates IMDB/Filmweb movie description and rating into search results
ファイルサイズ 60.53 KB
インストール数 117
現在のバージョン 0.4.0
最終更新日 2016-06-22
公開日 2016-06-22
評価 4.00/5 合計 2 レビュー
開発者 witoza
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/witoza/Movie-Description-Plugin-for-Torrent
ヘルプページのURL https://github.com/witoza/Movie-Description-Plugin-for-Torrent
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Movie Description Plugin for Torrent",
    "version": "0.4.0",
    "description": "Chrome extenstion to The Pirate Bay and Kickass that integrates IMDB\/Filmweb movie description and rating into search results",
    "web_accessible_resources": [
        "ajax_loading_small.gif",
        "options.html"
    ],
    "background": {
        "scripts": [
            "js\/options.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/www.filmweb.pl\/*",
        "http:\/\/www.imdb.com\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "lib\/jquery.min-1.7.2.js",
                "lib\/jquery.ajaxq-0.0.1.js",
                "js\/options.js",
                "js\/blacklist.js",
                "js\/cache.js",
                "js\/misc.js",
                "js\/filmweb.js",
                "js\/imdb.js",
                "js\/pirateBay.js",
                "js\/kickass.js",
                "js\/loader.js",
                "js\/main.js"
            ],
            "matches": [
                "https:\/\/kat.cr\/*",
                "https:\/\/thepiratebay.org\/*"
            ]
        }
    ]
}