IMDB X - Movie Ratings Warehouse
This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings.
什麼是IMDB X - Movie Ratings Warehouse?
IMDB X - Movie Ratings Warehouse是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings.”。
擴展截圖
下載IMDB X - Movie Ratings Warehouse擴展crx文件
下載IMDB X - Movie Ratings Warehouse擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension works on the IMDB desktop site. It compiles movie ratings from various sites and displays them beside every instance of the movie name on the imdb site. Currently supports IMDB ratings, Rotten Tomato ratings and Metacritic ratings.
擴展基本資訊
名稱 | IMDB X - Movie Ratings Warehouse |
ID | oefkogkbfbgdkcihljelbaglodgfcpbk |
官方網址 | https://chromewebstore.google.com/detail/imdb-x-movie-ratings-ware/oefkogkbfbgdkcihljelbaglodgfcpbk |
簡介 | This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings. |
檔案大小 | 373 KB |
安裝次數 | 104 |
目前版本 | 0.0.1 |
更新時間 | 2015-05-04 |
上架時間 | 2015-05-03 |
評分 | 2.64/5 共 11 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMDB X - Movie Ratings Warehouse", "version": "0.0.1", "manifest_version": 2, "description": "This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings.", "homepage_url": "http:\/\/imdb.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ "icons\/*.png" ], "default_locale": "en", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.imdb.com\/*", "https:\/\/www.imdb.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "http:\/\/www.imdb.com\/*", "https:\/\/www.imdb.com\/*" ], "js": [ "js\/jquery\/jquery.js", "src\/inject\/inject.js" ] } ] } |