Remove Vanity Metrics

Hides the number of favorites, likes, and followers from your feed so you can focus on the content.

什麼是Remove Vanity Metrics?

Remove Vanity Metrics是由maaslalani開發的Chrome擴展程式,該擴展的主要功能是“Hides the number of favorites, likes, and followers from your feed so you can focus on the content.”。

擴展截圖

screenshot
screenshot
screenshot

下載Remove Vanity Metrics擴展crx文件

下載Remove Vanity Metrics擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Download this chrome extension to experience raw social media. It hides the number of favorites, likes, and followers from your feed so you can focus on the content.

"we should be able to participate in social media without having to show how many followers or likes we have. Just like how we can turn off the comments we should be able to turn off the display of followers. This has an intense negative impact on our self worth."
— Kanye West                    

擴展基本資訊

名稱 Remove Vanity Metrics Remove Vanity Metrics
ID oghebdfgdiopdhhobajijnjepjejckdj
官方網址 https://chrome.google.com/webstore/detail/remove-vanity-metrics/oghebdfgdiopdhhobajijnjepjejckdj
簡介 Hides the number of favorites, likes, and followers from your feed so you can focus on the content.
檔案大小 21.86 KB
安裝次數 69
目前版本 0.0.2
更新時間 2018-10-27
上架時間 2018-10-27
評分 4.33/5 共 6 次評分
開發者 maaslalani
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove Vanity Metrics",
    "version": "0.0.2",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon.png"
    },
    "description": "Hides the number of favorites, likes, and followers from your feed so you can focus on the content.",
    "browser_action": {
        "default_title": "Remove Vanity Metrics",
        "default_popup": "popups\/popup.html"
    },
    "permissions": [
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "scripts\/twitter.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}