IMDB Bechdel ratings
Shows Bechdel ratings in IMDB pages
What is IMDB Bechdel ratings?
IMDB Bechdel ratings is a Chrome extension developed by ollieglass, and its main feature is "Shows Bechdel ratings in IMDB pages".
Extension Screenshots
Download IMDB Bechdel ratings Extension CRX File
Download IMDB Bechdel ratings extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | apihffhfamcklndjnmigpgaejbofpcme |
Official URL | https://chrome.google.com/webstore/detail/imdb-bechdel-ratings/apihffhfamcklndjnmigpgaejbofpcme |
Description | Shows Bechdel ratings in IMDB pages |
File Size | 5.81 KB |
Installation Count | 19 |
Current Version | 1 |
Last Updated | 2015-05-21 |
Publish Date | 2015-05-21 |
Rating | 5.00/5 Total 3 Ratings |
Developer | ollieglass |
Payment Type | free |
Extension Website | https://twitter.com/ollieglass |
Help Page URL | https://twitter.com/ollieglass |
Supported Languages | 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" ] } |