iCheckNetflixPlus

Searches Netflix for movies in iCheckMovies top lists.

iCheckNetflixPlusคืออะไร?

iCheckNetflixPlus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gavin Harrison และคุณลักษณะหลักของมันคือ "Searches Netflix for movies in iCheckMovies top lists."

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

screenshot

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

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

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

                        Adds links to Netflix pages for the unchecked movies in iCheckMovies.com top lists, movie pages and search pages.

Must be logged into netflix.com for the extension to work.  If a movie is not found, or not available, links to the Netflix search page, or Netflix movie page are still added.

Update 3.0.1 (12/20/2014)

Added links to /movies/unchecked/

Update 3.0 (12/16/2014)

Complete re-write.                    

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

ชื่อ iCheckNetflixPlus iCheckNetflixPlus
ID jeinanillnkehhekcipjggepagfdkpjb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ichecknetflixplus/jeinanillnkehhekcipjggepagfdkpjb
คำอธิบาย Searches Netflix for movies in iCheckMovies top lists.
ขนาดไฟล์ 277 KB
จำนวนการติดตั้ง 76
เวอร์ชันปัจจุบัน 3.0.1
อัปเดตครั้งล่าสุด 2014-12-21
วันที่เผยแพร่ 2014-12-20
คะแนน 3.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Gavin Harrison
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iCheckNetflixPlus",
    "version": "3.0.1",
    "description": "Searches Netflix for movies in iCheckMovies top lists.",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "bower_components\/jquery\/dist\/jquery.min.js",
        "bower_components\/jquery\/dist\/jquery.min.map",
        "bower_components\/underscore\/underscore-min.js",
        "bower_components\/underscore\/underscore-min.map"
    ],
    "background": {
        "scripts": [
            "bower_components\/jquery\/dist\/jquery.min.js",
            "bower_components\/underscore\/underscore-min.js",
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.icheckmovies.com\/lists\/*"
            ],
            "css": [
                "list.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/underscore\/underscore-min.js",
                "list.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.icheckmovies.com\/movies\/unchecked\/*"
            ],
            "css": [
                "list.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/underscore\/underscore-min.js",
                "list.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.icheckmovies.com\/movies\/*"
            ],
            "css": [
                "movie.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/underscore\/underscore-min.js",
                "movie.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.icheckmovies.com\/*",
        "http:\/\/www.icheckmovies.com\/*",
        "https:\/\/*.netflix.com\/*",
        "http:\/\/*.netflix.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}