IMDB Bechdel ratings
Shows Bechdel ratings in IMDB pages
Vad är IMDB Bechdel ratings?
IMDB Bechdel ratings är en Chrome-tillägg utvecklad av ollieglass, och dess huvudfunktion är "Shows Bechdel ratings in IMDB pages".
Tilläggsskärmbilder
Ladda ner IMDB Bechdel ratings-förlängningens CRX-fil
Ladda ner IMDB Bechdel ratings-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | apihffhfamcklndjnmigpgaejbofpcme |
Officiell webbadress | https://chrome.google.com/webstore/detail/imdb-bechdel-ratings/apihffhfamcklndjnmigpgaejbofpcme |
Beskrivning | Shows Bechdel ratings in IMDB pages |
Filstorlek | 5.81 KB |
Antal Installationer | 19 |
Aktuell Version | 1 |
Senast Uppdaterad | 2015-05-21 |
Publiceringsdatum | 2015-05-21 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | ollieglass |
Betalningssätt | free |
Tilläggswebbplats | https://twitter.com/ollieglass |
Hjälpsida URL | https://twitter.com/ollieglass |
Stödda Språk | 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" ] } |