Twitter Savior

An app for navigating twitter for those with PTSD and other trauma and anxiety-related issues. Twitter Savior was created in an…

Twitter Savior là gì?

Twitter Savior là một tiện ích mở rộng Chrome được phát triển bởi furkleindustries, và tính năng chính của nó là "An app for navigating twitter for those with PTSD and other trauma and anxiety-related issues. Twitter Savior was created in an…".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Twitter Savior 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

                        An app for navigating twitter for those with PTSD and other trauma and anxiety-related issues.

Twitter Savior was created in an effort towards allowing the individual more control over their social media experiences. We believe that in allowing one to decide what content they engage with, and when, twitter will become a more accessible space for people affected by trauma and anxiety.

In light of recent events, many people, especially minorities and activists, have had to step away from their Twitter feeds due to a lack of control over an enormity of increasingly upsetting content. Now more than ever, we need to be enabling these people to participate and be heard on popular social media platforms. With Twitter Savior, we aim to let people choose if they are in a mindspace where they can productively and safely interact with content that might, if shown without warning, be upsetting. By quieting the din, it becomes possible to speak without having to listen to every voice, on every topic.                    

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

Tên Twitter Savior Twitter Savior
ID mffdbbbijnjmijccnjpapkdbjcepjlhk
URL Chính Thức https://chromewebstore.google.com/detail/twitter-savior/mffdbbbijnjmijccnjpapkdbjcepjlhk
Mô tả An app for navigating twitter for those with PTSD and other trauma and anxiety-related issues. Twitter Savior was created in an…
Kích Thước Tệp 8.53 KB
Số Lần Cài Đặt 152
Phiên Bản Hiện Tại 0.6.2
Cập Nhật Lần Cuối 2017-04-17
Ngày Phát Hành 2017-04-16
Đánh Giá 2.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển furkleindustries
Loại Thanh Toán free
Trang Web Mở Rộng https://furkleindustries.com/applications/chrome/twitterSavior/help
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Savior",
    "permissions": [
        "storage"
    ],
    "version": "0.6.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "http:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "options.html"
    }
}