IMDB Bechdel ratings
Shows Bechdel ratings in IMDB pages
Was ist IMDB Bechdel ratings?
IMDB Bechdel ratings ist eine Chrome-Erweiterung, die von ollieglass entwickelt wurde, und ihr Hauptmerkmal ist "Shows Bechdel ratings in IMDB pages".
Erweiterungsscreenshots
IMDB Bechdel ratings-Erweiterungs-CRX-Datei herunterladen
Laden Sie IMDB Bechdel ratings-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | apihffhfamcklndjnmigpgaejbofpcme |
Offizielle URL | https://chrome.google.com/webstore/detail/imdb-bechdel-ratings/apihffhfamcklndjnmigpgaejbofpcme |
Beschreibung | Shows Bechdel ratings in IMDB pages |
Dateigröße | 5.81 KB |
Installationsanzahl | 19 |
Aktuelle Version | 1 |
Letztes Update | 2015-05-21 |
Veröffentlichungsdatum | 2015-05-21 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | ollieglass |
Zahlungsart | free |
Erweiterungswebsite | https://twitter.com/ollieglass |
Hilfeseite URL | https://twitter.com/ollieglass |
Unterstützte Sprachen | 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" ] } |