Twitter UnHooked

Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.

Twitter UnHookedคืออะไร?

Twitter UnHooked เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pamela Fox และคุณลักษณะหลักของมันคือ "Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations."

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

screenshot

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

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

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

                        This extension will still let you use Twitter for composing tweets and following your network, but it changes the Twitter experience to be less addictive. This extension removes the Trends sidebar, the Who-to-follow sidebar, plus it changes the notifications count to be less attention-grabbing.                    

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

ชื่อ Twitter UnHooked Twitter UnHooked
ID imcokhibdjkdgepeadnipppignmnicnb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-unhooked/imcokhibdjkdgepeadnipppignmnicnb
คำอธิบาย Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.
ขนาดไฟล์ 4.22 KB
จำนวนการติดตั้ง 213
เวอร์ชันปัจจุบัน 0.7
อัปเดตครั้งล่าสุด 2022-08-11
วันที่เผยแพร่ 2018-06-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Pamela Fox
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/pamelafox/twitter-unhooked
URL หน้าช่วยเหลือ https://github.com/pamelafox/twitter-unhooked/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter UnHooked",
    "version": "0.7",
    "description": "Hides parts of Twitter that are unneeded\/addictive: trends, follower recommendations.",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "styles.css"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 3
}