TrueStory

Be your own journalist.

ما هو TrueStory؟

TrueStory هو إضافة Chrome تم تطويرها بواسطة https://truestory.one، والميزة الرئيسية لها هي "Be your own journalist.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TrueStory

قم بتنزيل ملفات الامتداد TrueStory بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Use it while reading news in order to get similar but contrasting stories from other publishers.

We all know how time consuming is investigating if an article is fake or not, that's why we're offering you multiple opposed ones to what you're currently reading, so you can draw your own conclusion in the end, while still surfing your favorite authors.

https://truestory.one                    

معلومات أساسية عن التمديد

الاسم TrueStory TrueStory
ID elknkoobodlilnddeeiehnaepdahhnpm
عنوان URL الرسمي https://chromewebstore.google.com/detail/truestory/elknkoobodlilnddeeiehnaepdahhnpm
الوصف Be your own journalist.
حجم الملف 1.64 MB
عدد التثبيتات 74
النسخة الحالية 1.0.10
آخر تحديث 2021-02-23
تاريخ النشر 2020-04-12
المطور https://truestory.one
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://truestory.one
عنوان صفحة المساعدة https://truestory.one/#signup
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.10",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/localhost\/*",
        "https:\/\/truestory.one\/*",
        "https:\/\/truestory.appspot.com\/*",
        "https:\/\/develop-dot-truestory.appspot.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "TrueStory",
        "default_popup": "popup.html"
    }
}