IMDB Bechdel ratings
Shows Bechdel ratings in IMDB pages
什麼是IMDB Bechdel ratings?
IMDB Bechdel ratings是由ollieglass開發的Chrome擴展程式,該擴展的主要功能是“Shows Bechdel ratings in IMDB pages”。
擴展截圖
下載IMDB Bechdel ratings擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | apihffhfamcklndjnmigpgaejbofpcme |
官方網址 | 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" ] } |