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
Eメール [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"
    }
}