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 |
官方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" ] } |