IMDB Bechdel ratings
Shows Bechdel ratings in IMDB pages
ما هو IMDB Bechdel ratings؟
IMDB Bechdel ratings هو إضافة Chrome تم تطويرها بواسطة ollieglass، والميزة الرئيسية لها هي "Shows Bechdel ratings in IMDB pages".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IMDB Bechdel ratings
قم بتنزيل ملفات الامتداد IMDB Bechdel ratings بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" ] } |