IMDB Bechdel ratings
Shows Bechdel ratings in IMDB pages
IMDB Bechdel ratings là gì?
IMDB Bechdel ratings là một tiện ích mở rộng Chrome được phát triển bởi ollieglass, và tính năng chính của nó là "Shows Bechdel ratings in IMDB pages".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng IMDB Bechdel ratings
Tải xuống các tệp mở rộng IMDB Bechdel ratings dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | apihffhfamcklndjnmigpgaejbofpcme |
URL Chính Thức | https://chrome.google.com/webstore/detail/imdb-bechdel-ratings/apihffhfamcklndjnmigpgaejbofpcme |
Mô tả | Shows Bechdel ratings in IMDB pages |
Kích Thước Tệp | 5.81 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 1 |
Cập Nhật Lần Cuối | 2015-05-21 |
Ngày Phát Hành | 2015-05-21 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | ollieglass |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://twitter.com/ollieglass |
URL Trang Trợ Giúp | https://twitter.com/ollieglass |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |