IMDB Bechdel ratings
Shows Bechdel ratings in IMDB pages
Apa itu IMDB Bechdel ratings?
IMDB Bechdel ratings adalah ekstensi Chrome yang dikembangkan oleh ollieglass, dan fitur utamanya adalah "Shows Bechdel ratings in IMDB pages".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi IMDB Bechdel ratings
Unduh file ekstensi IMDB Bechdel ratings dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | apihffhfamcklndjnmigpgaejbofpcme |
URL Resmi | https://chrome.google.com/webstore/detail/imdb-bechdel-ratings/apihffhfamcklndjnmigpgaejbofpcme |
Deskripsi | Shows Bechdel ratings in IMDB pages |
Ukuran File | 5.81 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 1 |
Terakhir Diperbarui | 2015-05-21 |
Tanggal Publikasi | 2015-05-21 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | ollieglass |
Tipe Pembayaran | free |
Situs Ekstensi | https://twitter.com/ollieglass |
URL Halaman Bantuan | https://twitter.com/ollieglass |
Bahasa yang Didukung | 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" ] } |