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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IMDB X - Movie Ratings Warehouse

ดาวน์โหลดไฟล์ส่วนขยาย 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 IMDB X - Movie Ratings Warehouse
ID oefkogkbfbgdkcihljelbaglodgfcpbk
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}