IMDB Bechdel ratings
Shows Bechdel ratings in IMDB pages
Qu'est-ce que IMDB Bechdel ratings ?
IMDB Bechdel ratings est une extension Chrome développée par ollieglass, et sa fonction principale est "Shows Bechdel ratings in IMDB pages".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IMDB Bechdel ratings
Téléchargez les fichiers d'extension IMDB Bechdel ratings au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | apihffhfamcklndjnmigpgaejbofpcme |
URL Officiel | https://chrome.google.com/webstore/detail/imdb-bechdel-ratings/apihffhfamcklndjnmigpgaejbofpcme |
Description | Shows Bechdel ratings in IMDB pages |
Taille du Fichier | 5.81 KB |
Nombre d'Installations | 19 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2015-05-21 |
Date de Publication | 2015-05-21 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | ollieglass |
Type de Paiement | free |
Site Web de l'Extension | https://twitter.com/ollieglass |
URL de la Page d'Aide | https://twitter.com/ollieglass |
Langues Prises en Charge | 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" ] } |