Twitter Demetricator

Hides all the metrics on Twitter.

Twitter Demetricatorคืออะไร?

Twitter Demetricator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bengrosser.com และคุณลักษณะหลักของมันคือ "Hides all the metrics on Twitter."

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

screenshot
screenshot
screenshot

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

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

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

                        The Twitter interface is filled with numbers. These numbers, or metrics, measure and present our social value and activity online, enumerating followers, likes, retweets, and more. But what are the effects of these numbers on who we follow, what we post, or how we feel when we use the site? Inviting us to consider these questions through our own experience, Twitter Demetricator is a web browser extension that hides the metrics. Follower, like, and notification counts disappear. “29.2K Tweets” under a trending hashtag becomes, simply, “Tweets”. Through changes like these, Demetricator lets us try out Twitter without the numbers, to see what happens when we can no longer judge ourselves and others in metric terms. With this artwork, I aim to disrupt our obsession with social media metrics, to reveal how they guide our behavior, and to ask who most benefits from a system that quantifies our public interactions online. 

Works with https://twitter.com and https://tweetdeck.twitter.com. 

100% support for many language versions of Twitter, including English, English (UK), German, French, Italian, Portuguese, Spanish, Dutch, Norwegian, Hungarian, and Sweedish; near full support for many other languages.

https://bengrosser.com/projects/twitter-demetricator/                    

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

ชื่อ Twitter Demetricator Twitter Demetricator
ID abcocamcgfjfdcpfopgpadihhbjbdcem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-demetricator/abcocamcgfjfdcpfopgpadihhbjbdcem
คำอธิบาย Hides all the metrics on Twitter.
ขนาดไฟล์ 79.63 KB
จำนวนการติดตั้ง 5,098
เวอร์ชันปัจจุบัน 1.6.1
อัปเดตครั้งล่าสุด 2023-01-17
วันที่เผยแพร่ 2019-07-25
คะแนน 4.57/5 รวมทั้งหมด 46 คะแนน
ผู้พัฒนา https://bengrosser.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bengrosser.com/projects/twitter-demetricator/
URL หน้าช่วยเหลือ https://bengrosser.com/projects/twitter-demetricator/faq-for-twitter-demetricator/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "td-logo-128.png",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "td.css"
            ],
            "exclude_globs": [
                "*:\/\/*.twitter.com\/i\/cards\/*",
                "*:\/\/platform.twitter.com\/widgets\/*",
                "*:\/\/analytics.twitter.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.twitter.com\/i\/cards\/*",
                "*:\/\/platform.twitter.com\/widgets\/*",
                "*:\/\/analytics.twitter.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "td.user.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Hides all the metrics on Twitter.",
    "homepage_url": "http:\/\/bengrosser.com\/projects\/twitter-demetricator\/",
    "icons": {
        "128": "td-logo-128.png",
        "16": "td-logo-16.png",
        "256": "td-logo-256.png",
        "32": "td-logo-32.png",
        "48": "td-logo-48.png",
        "512": "td-logo-512.png",
        "64": "td-logo-64.png"
    },
    "manifest_version": 3,
    "name": "Twitter Demetricator",
    "permissions": [
        "tabs",
        "storage"
    ],
    "version": "1.6.1"
}