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
官方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"
    }
}