TrueStory

Be your own journalist.

什麼是TrueStory?

TrueStory是由https://truestory.one開發的Chrome擴展程式,該擴展的主要功能是“Be your own journalist.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載TrueStory擴展crx文件

下載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
官方網址 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"
    }
}