Cineplus

A movie info enhancement for your favourite entertainment site.

Cineplusคืออะไร?

Cineplus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cineplusapp และคุณลักษณะหลักของมันคือ "A movie info enhancement for your favourite entertainment site."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cineplus

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

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

                        This extension shows you IMDB, Rotten Tomatoes, and Metacritic scores at a glance. Simply hover on any title on Netflix to see its relevant ratings and scores.

We've built a simple side panel that displays information film lovers care about: ratings, numbers of awards, and movie synopsis. Seeing this information quickly helps you decide what to watch with ease!

Install the extension and visit Netflix.com to get started.                    

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

ชื่อ Cineplus Cineplus
ID akbpkfebbgojhhkhhfpdnkciibgpdimi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cineplus/akbpkfebbgojhhkhhfpdnkciibgpdimi
คำอธิบาย A movie info enhancement for your favourite entertainment site.
ขนาดไฟล์ 583 KB
จำนวนการติดตั้ง 131
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-11-16
วันที่เผยแพร่ 2014-11-15
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา cineplusapp
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cineplus",
    "description": "A movie info enhancement for your favourite entertainment site.",
    "version": "1.0",
    "icons": {
        "16": "img\/chrome-store\/16-icon.png",
        "48": "img\/chrome-store\/48-icon.png",
        "128": "img\/chrome-store\/128-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.netflix.com\/WiHome*",
                "https:\/\/www.netflix.com\/WiHome*",
                "http:\/\/www.netflix.com\/WiAgain*",
                "https:\/\/www.netflix.com\/WiAgain*",
                "http:\/\/www.netflix.com\/WiAltGenre*",
                "https:\/\/www.netflix.com\/WiAltGenre*",
                "http:\/\/www.netflix.com\/WiGenre*",
                "https:\/\/www.netflix.com\/WiGenre*",
                "http:\/\/www.netflix.com\/WiSimilarsByViewType*",
                "https:\/\/www.netflix.com\/WiSimilarsByViewType*",
                "http:\/\/www.netflix.com\/search*",
                "https:\/\/www.netflix.com\/search*"
            ],
            "js": [
                "jquery.min.js",
                "flicksplus.js"
            ],
            "css": [
                "flicksplus.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/cinema-bg.jpg",
        "img\/imdb.png",
        "img\/rotten-tomatoes.png",
        "img\/metacritic.png",
        "img\/oscars-icon.png",
        "img\/golden-icon.png",
        "img\/emmys-icon.png",
        "img\/spinner.png",
        "img\/toggler.png",
        "fonts\/opensans-semibold-webfont.eot",
        "fonts\/opensans-semibold-webfont.svg",
        "fonts\/opensans-semibold-webfont.ttf",
        "fonts\/opensans-semibold-webfont.woff",
        "fonts\/opensans-semibold-webfont.woff2",
        "fonts\/opensans-light-webfont.eot",
        "fonts\/opensans-light-webfont.svg",
        "fonts\/opensans-light-webfont.ttf",
        "fonts\/opensans-light-webfont.woff",
        "fonts\/opensans-light-webfont.woff2"
    ]
}