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
电子邮箱 [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\/*"
            ]
        }
    ]
}