TrueStory

Be your own journalist.

TrueStory là gì?

TrueStory là một tiện ích mở rộng Chrome được phát triển bởi https://truestory.one, và tính năng chính của nó là "Be your own journalist.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TrueStory

Tải xuống các tệp mở rộng TrueStory dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TrueStory TrueStory
ID elknkoobodlilnddeeiehnaepdahhnpm
URL Chính Thức https://chromewebstore.google.com/detail/truestory/elknkoobodlilnddeeiehnaepdahhnpm
Mô tả Be your own journalist.
Kích Thước Tệp 1.64 MB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 1.0.10
Cập Nhật Lần Cuối 2021-02-23
Ngày Phát Hành 2020-04-12
Nhà Phát Triển https://truestory.one
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://truestory.one
URL Trang Trợ Giúp https://truestory.one/#signup
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}