IMDB Bechdel ratings
Shows Bechdel ratings in IMDB pages
Wat is IMDB Bechdel ratings?
IMDB Bechdel ratings is een Chrome-extensie ontwikkeld door ollieglass, en de belangrijkste functie is "Shows Bechdel ratings in IMDB pages".
Extensie Screenshots
Download het CRX-bestand van de extensie IMDB Bechdel ratings
Download IMDB Bechdel ratings-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | apihffhfamcklndjnmigpgaejbofpcme |
Officiële URL | https://chrome.google.com/webstore/detail/imdb-bechdel-ratings/apihffhfamcklndjnmigpgaejbofpcme |
Beschrijving | Shows Bechdel ratings in IMDB pages |
Bestandsgrootte | 5.81 KB |
Aantal Installaties | 19 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2015-05-21 |
Publicatiedatum | 2015-05-21 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | ollieglass |
Betalingswijze | free |
Extensiewebsite | https://twitter.com/ollieglass |
Help Pagina-URL | https://twitter.com/ollieglass |
Ondersteunde Talen | 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" ] } |