IMDB Bechdel ratings

Shows Bechdel ratings in IMDB pages

IMDB Bechdel ratingsคืออะไร?

IMDB Bechdel ratings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ollieglass และคุณลักษณะหลักของมันคือ "Shows Bechdel ratings in IMDB pages"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Bechdel Test is a tongue-in-cheek benchmark for basic female content in movies. For a movie to pass, it must contain just one thing – a scene in which two or more named female characters have a conversation about anything at all besides men. Despite its simple criteria, the vast majority of Hollywood films - from Star Wars to Lord of the Rings - fail the test.

Next time you're looking up a movie on IMDB, this Chrome extension will show you if it passes the test.                    

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

ชื่อ IMDB Bechdel ratings IMDB Bechdel ratings
ID apihffhfamcklndjnmigpgaejbofpcme
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/imdb-bechdel-ratings/apihffhfamcklndjnmigpgaejbofpcme
คำอธิบาย Shows Bechdel ratings in IMDB pages
ขนาดไฟล์ 5.81 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2015-05-21
วันที่เผยแพร่ 2015-05-21
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา ollieglass
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitter.com/ollieglass
URL หน้าช่วยเหลือ https://twitter.com/ollieglass
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMDB Bechdel ratings",
    "description": "Shows Bechdel ratings in IMDB pages",
    "version": "1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.imdb.com\/title\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/bechdeltest.com\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "pass.png",
        "fail.png"
    ]
}