Remove Vanity Metrics

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

Remove Vanity Metrics là gì?

Remove Vanity Metrics là một tiện ích mở rộng Chrome được phát triển bởi maaslalani, và tính năng chính của nó là "Hides the number of favorites, likes, and followers from your feed so you can focus on the content.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Remove Vanity Metrics

Tải xuống các tệp mở rộng Remove Vanity Metrics dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Remove Vanity Metrics Remove Vanity Metrics
ID oghebdfgdiopdhhobajijnjepjejckdj
URL Chính Thức https://chrome.google.com/webstore/detail/remove-vanity-metrics/oghebdfgdiopdhhobajijnjepjejckdj
Mô tả Hides the number of favorites, likes, and followers from your feed so you can focus on the content.
Kích Thước Tệp 21.86 KB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2018-10-27
Ngày Phát Hành 2018-10-27
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển maaslalani
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}