What's True Online?
Fact-check the Internet
ما هو What's True Online?؟
What's True Online? هو إضافة Chrome تم تطويرها بواسطة https://whatstrue.online، والميزة الرئيسية لها هي "Fact-check the Internet".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة What's True Online?
قم بتنزيل ملفات الامتداد What's True Online? بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
See if what you're reading is true! This plugin will check stories in your Facebook feed, and inject [True] for stories that have been fact-checked and found to be true, [Likely True] for sites that demonstrate a clear duty to the truth, [Likely False] for sites that are known to lie, etc. More: https://whatstrue.online/about
معلومات أساسية عن التمديد
الاسم | What's True Online? |
ID | limdakdhlgbfpefnajkeedhakljnihif |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/whats-true-online/limdakdhlgbfpefnajkeedhakljnihif |
الوصف | Fact-check the Internet |
حجم الملف | 42.34 KB |
عدد التثبيتات | 62 |
النسخة الحالية | 1.0.4 |
آخر تحديث | 2017-02-16 |
تاريخ النشر | 2017-02-16 |
المطور | https://whatstrue.online |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "What's True Online?", "description": "Fact-check the Internet", "version": "1.0.4", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "permissions": [ "activeTab", "tabs", "https:\/\/www.facebook.com\/", "https:\/\/whatstrue.online\/url\/check" ], "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "facebook.css" ], "js": [ "facebook.js" ] } ], "browser_action": { "default_icon": "buttonword.png", "default_popup": "popup.html" }, "background": { "scripts": [ "whatstrue.js" ], "persistent": false } } |