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คืออะไร?

Twitter Savior เป็นส่วนขยายของ Chrome ที่พัฒนาโดย furkleindustries และคุณลักษณะหลักของมันคือ "An app for navigating twitter for those with PTSD and other trauma and anxiety-related issues. Twitter Savior was created in an…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Savior

ดาวน์โหลดไฟล์ส่วนขยาย Twitter Savior ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twitter Savior Twitter Savior
ID mffdbbbijnjmijccnjpapkdbjcepjlhk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-savior/mffdbbbijnjmijccnjpapkdbjcepjlhk
คำอธิบาย An app for navigating twitter for those with PTSD and other trauma and anxiety-related issues. Twitter Savior was created in an…
ขนาดไฟล์ 8.53 KB
จำนวนการติดตั้ง 152
เวอร์ชันปัจจุบัน 0.6.2
อัปเดตครั้งล่าสุด 2017-04-17
วันที่เผยแพร่ 2017-04-16
คะแนน 2.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา furkleindustries
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://furkleindustries.com/applications/chrome/twitterSavior/help
ภาษาที่รองรับ 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"
    }
}