IMDB Bechdel ratings

Shows Bechdel ratings in IMDB pages

O que é IMDB Bechdel ratings?

IMDB Bechdel ratings é uma extensão do Chrome desenvolvida por ollieglass, e sua principal característica é "Shows Bechdel ratings in IMDB pages".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão IMDB Bechdel ratings

Baixe arquivos de extensão IMDB Bechdel ratings no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome IMDB Bechdel ratings IMDB Bechdel ratings
ID apihffhfamcklndjnmigpgaejbofpcme
URL Oficial https://chrome.google.com/webstore/detail/imdb-bechdel-ratings/apihffhfamcklndjnmigpgaejbofpcme
Descrição Shows Bechdel ratings in IMDB pages
Tamanho do Arquivo 5.81 KB
Contagem de Instalações 19
Versão Atual 1
Última Atualização 2015-05-21
Data de Publicação 2015-05-21
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor ollieglass
Tipo de Pagamento free
Site da Extensão https://twitter.com/ollieglass
URL da Página de Ajuda https://twitter.com/ollieglass
Idiomas Suportados 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"
    ]
}