Facebook Demetricator

Hides all the metrics on Facebook

Facebook Demetricatorคืออะไร?

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

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

screenshot

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

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

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

                        Facebook Demetricator is a Chrome extension that hides all the metrics on Facebook.

What are these metrics that it removes? The Facebook interface is filled with numbers.These numbers, or metrics, measure and present our social value and activity, enumerating friends, likes, comments, and more. Your friend count, the number of likes under a photo, how many messages you have waiting, etc...these are all Facebook metrics.

Facebook Demetricator allows you to hide (and show) these metrics. No longer is the focus on how *many* friends you have or on how *much* they like your status, but on *who* they are and *what* they said. Friend counts disappear. '16 people like this' becomes 'people like this'.

Through changes like these, Demetricator invites you to try the system without the numbers, to see how your experience is changed by their absence. Thus, with this extension I aim to disrupt the prescribed sociality these metrics produce, enabling a network society that isn't dependent on quantification.

For more information, please see http://bengrosser.com/projects/facebook-demetricator/                    

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

ชื่อ Facebook Demetricator Facebook Demetricator
ID dbkgglbefgkimiadfjmgnkjmaoahephg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/facebook-demetricator/dbkgglbefgkimiadfjmgnkjmaoahephg
คำอธิบาย Hides all the metrics on Facebook
ขนาดไฟล์ 96.8 KB
จำนวนการติดตั้ง 2,533
เวอร์ชันปัจจุบัน 1.7.7
อัปเดตครั้งล่าสุด 2019-07-24
วันที่เผยแพร่ 2019-07-23
คะแนน 4.11/5 รวมทั้งหมด 37 คะแนน
ผู้พัฒนา https://bengrosser.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://bengrosser.com/projects/facebook-demetricator/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Facebook Demetricator",
    "version": "1.7.7",
    "description": "Hides all the metrics on Facebook",
    "homepage_url": "http:\/\/bengrosser.com\/projects\/facebook-demetricator\/",
    "manifest_version": 2,
    "icons": {
        "16": "fbd-logo-16.png",
        "48": "fbd-logo-48.png",
        "128": "fbd-logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.facebookcorewwwi.onion\/*"
            ],
            "all_frames": true,
            "exclude_globs": [
                "*:\/\/*.facebook.com\/ai.php*",
                "*:\/\/*.facebook.com\/ajax\/*",
                "*:\/\/*.facebook.com\/dialog\/*",
                "*:\/\/*.facebook.com\/xti.php*",
                "*:\/\/*.facebook.com\/connect\/*",
                "*:\/\/*.facebook.com\/common\/referer_frame.php",
                "*:\/\/developers.facebook.com\/*",
                "*:\/\/code.facebook.com\/*",
                "*:\/\/*.facebookcorewwwi.onion\/ai.php*",
                "*:\/\/*.facebookcorewwwi.onion\/ajax\/*",
                "*:\/\/*.facebookcorewwwi.onion\/dialog\/*",
                "*:\/\/*.facebookcorewwwi.onion\/connect\/*",
                "*:\/\/*.facebookcorewwwi.onion\/xti.php*",
                "*:\/\/*.facebookcorewwwi.onion\/common\/referer_frame.php",
                "*:\/\/developers.facebookcorewwwi.onion\/xti.php*",
                "*:\/\/code.facebookcorewwwi.onion\/xti.php*"
            ],
            "exclude_matches": [
                "*:\/\/*.facebook.com\/ai.php*",
                "*:\/\/*.facebook.com\/ajax\/*",
                "*:\/\/*.facebook.com\/dialog\/*",
                "*:\/\/*.facebook.com\/xti.php*",
                "*:\/\/*.facebook.com\/connect\/*",
                "*:\/\/*.facebook.com\/common\/referer_frame.php",
                "*:\/\/developers.facebook.com\/*",
                "*:\/\/code.facebook.com\/*",
                "*:\/\/*.facebookcorewwwi.onion\/ai.php*",
                "*:\/\/*.facebookcorewwwi.onion\/ajax\/*",
                "*:\/\/*.facebookcorewwwi.onion\/dialog\/*",
                "*:\/\/*.facebookcorewwwi.onion\/connect\/*",
                "*:\/\/*.facebookcorewwwi.onion\/xti.php*",
                "*:\/\/*.facebookcorewwwi.onion\/common\/referer_frame.php",
                "*:\/\/developers.facebookcorewwwi.onion\/xti.php*",
                "*:\/\/code.facebookcorewwwi.onion\/xti.php*"
            ],
            "js": [
                "facebookdemetricator.user.js"
            ]
        }
    ]
}