Official Media Bias Fact Check Icon
This extension shows an icon denoting the political bias for the current page.
Official Media Bias Fact Check Iconคืออะไร?
Official Media Bias Fact Check Icon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeffrey Carl Faden และคุณลักษณะหลักของมันคือ "This extension shows an icon denoting the political bias for the current page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Official Media Bias Fact Check Icon
ดาวน์โหลดไฟล์ส่วนขยาย Official Media Bias Fact Check Icon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will display a color-coded icon denoting the bias of the page you are currently viewing, according to Media Bias/Fact Check. You can click the icon to read more notes about the site, or visit MBFC for more details. An official extension for MBFC News, which you can visit here: https://mediabiasfactcheck.com/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hdcpibgmmcnpjmmenengjgkkfohahegk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/official-media-bias-fact/hdcpibgmmcnpjmmenengjgkkfohahegk |
คำอธิบาย | This extension shows an icon denoting the political bias for the current page. |
ขนาดไฟล์ | 49.71 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.7.1 |
อัปเดตครั้งล่าสุด | 2019-09-19 |
วันที่เผยแพร่ | 2019-09-19 |
คะแนน | 4.17/5 รวมทั้งหมด 60 คะแนน |
ผู้พัฒนา | Jeffrey Carl Faden |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://jeffreyatw.com/blog/2016/11/check-news-bias-with-a-simple-browser-icon/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Official Media Bias Fact Check Icon", "description": "This extension shows an icon denoting the political bias for the current page.", "version": "1.7.1", "background": { "scripts": [ "browser.js", "getTabSource.js", "eventPage.js" ], "persistent": false }, "icons": { "128": "icon.png" }, "page_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "MBFC" }, "permissions": [ "alarms", "storage", "tabs" ] } |