IMDB Bechdel ratings
Shows Bechdel ratings in IMDB pages
¿Qué es IMDB Bechdel ratings?
IMDB Bechdel ratings es una extensión de Chrome desarrollada por ollieglass, y su función principal es "Shows Bechdel ratings in IMDB pages".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión IMDB Bechdel ratings
Descarga archivos de extensión IMDB Bechdel ratings en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | apihffhfamcklndjnmigpgaejbofpcme |
URL Oficial | https://chrome.google.com/webstore/detail/imdb-bechdel-ratings/apihffhfamcklndjnmigpgaejbofpcme |
Descripción | Shows Bechdel ratings in IMDB pages |
Tamaño del Archivo | 5.81 KB |
Cantidad de Instalaciones | 19 |
Versión Actual | 1 |
Última Actualización | 2015-05-21 |
Fecha de Publicación | 2015-05-21 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | ollieglass |
Tipo de Pago | free |
Sitio Web de la Extensión | https://twitter.com/ollieglass |
URL de la Página de Ayuda | https://twitter.com/ollieglass |
Idiomas Soportados | 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" ] } |