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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    }
}