NetRating - IMDB Ratings for Netflix

Add IMDB ratings to your Netflix.

NetRating - IMDB Ratings for Netflixคืออะไร?

NetRating - IMDB Ratings for Netflix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Philipp Bergmann และคุณลักษณะหลักของมันคือ "Add IMDB ratings to your Netflix."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NetRating - IMDB Ratings for Netflix

ดาวน์โหลดไฟล์ส่วนขยาย NetRating - IMDB Ratings for Netflix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This Chrome Extension will display the newest IMDB Rating seamlessly integrated into your Netflix website.
You also can click the IMDB logo an a new tab with the imdb-page will open.
Works best with english language settings, but will work for most languages.
The Extension can only access netflix.com and is kept minimal.

We are using http://www.omdbapi.com/ to gather the information we need.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NetRating - IMDB Ratings for Netflix NetRating - IMDB Ratings for Netflix
ID onhgpfjfofbdiiddhklbhkajangcligj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/netrating-imdb-ratings-fo/onhgpfjfofbdiiddhklbhkajangcligj
คำอธิบาย Add IMDB ratings to your Netflix.
ขนาดไฟล์ 150 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2017-10-09
วันที่เผยแพร่ 2017-10-09
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Philipp Bergmann
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "assets\/js\/jquery-1.7.1.min.js",
                "assets\/js\/netrating.js"
            ],
            "css": [
                "assets\/css\/netflix.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html",
        "default_title": "NetRating"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Add IMDB ratings to your Netflix.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "25",
    "name": "NetRating - IMDB Ratings for Netflix",
    "offline_enabled": false,
    "web_accessible_resources": [
        "imdb_logo.png"
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.omdbapi.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1"
}