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
公式URL 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
        }
    ]
}