IMDB Bechdel ratings

Shows Bechdel ratings in IMDB pages

IMDB Bechdel ratingsとは何ですか?

IMDB Bechdel ratingsはollieglassによって開発されたChromeの拡張機能で、その主な機能は「Shows Bechdel ratings in IMDB pages」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

IMDB Bechdel ratings拡張機能のCRXファイルをダウンロード

IMDB Bechdel ratings拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 IMDB Bechdel ratings IMDB Bechdel ratings
ID apihffhfamcklndjnmigpgaejbofpcme
公式URL https://chrome.google.com/webstore/detail/imdb-bechdel-ratings/apihffhfamcklndjnmigpgaejbofpcme
説明 Shows Bechdel ratings in IMDB pages
ファイルサイズ 5.81 KB
インストール数 19
現在のバージョン 1
最終更新日 2015-05-21
公開日 2015-05-21
評価 5.00/5 合計 3 レビュー
開発者 ollieglass
支払い方法 free
拡張機能のウェブサイト https://twitter.com/ollieglass
ヘルプページのURL https://twitter.com/ollieglass
対応言語 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"
    ]
}