IMDB Bechdel ratings
Shows Bechdel ratings in IMDB pages
IMDB Bechdel ratings란 무엇입니까?
IMDB Bechdel ratings은(는) ollieglass에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows Bechdel ratings in IMDB pages"입니다.
확장 프로그램 스크린샷
IMDB Bechdel ratings 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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" ] } |