Clean Twitter

Remove all the annoying clutter from your Twitter.

Clean Twitterとは何ですか?

Clean Twitterはdhaiwatpandyaによって開発されたChromeの拡張機能で、その主な機能は「Remove all the annoying clutter from your Twitter.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Clean Twitter拡張機能のCRXファイルをダウンロード

Clean Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Enhance your Twitter experience by removing some of the clutter.

Currently supported features:

1) No sidebars on the right (Trending hashtags, ads, follow recommendations, etc)
2) No metrics/numbers (Likes, RTs, replies, followers)

You can turn any of the features on and off at any time.

This extension is open-source (https://github.com/Dhaiwat10/clean-twitter) and 100% safe to use. It does not collect any information or store it.                    

拡張機能の基本情報

名前 Clean Twitter Clean Twitter
ID ibcjnfhpdjinbcmojnmpnokcgfljiebb
公式URL https://chromewebstore.google.com/detail/clean-twitter/ibcjnfhpdjinbcmojnmpnokcgfljiebb
説明 Remove all the annoying clutter from your Twitter.
ファイルサイズ 98.75 KB
インストール数 306
現在のバージョン 0.3.0
最終更新日 2021-02-26
公開日 2021-02-16
評価 4.00/5 合計 4 レビュー
開発者 dhaiwatpandya
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Dhaiwat10/clean-twitter
ヘルプページのURL https://github.com/Dhaiwat10/clean-twitter/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clean Twitter",
    "description": "Remove all the annoying clutter from your Twitter.",
    "version": "0.3.0",
    "icons": {
        "16": "icon.png",
        "32": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js",
                "js\/popup.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Clean Twitter",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}