Remove Unnecessary Tweets

Extension removes tweets other people's likes, from your timeline.

Remove Unnecessary Tweetsとは何ですか?

Remove Unnecessary Tweetsはemreerkocaによって開発されたChromeの拡張機能で、その主な機能は「Extension removes tweets other people's likes, from your timeline.」です。

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

screenshot

Remove Unnecessary Tweets拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        You' re following some account for information but some people like funny tweets. If you think this is time loosing and you don' t want to see 'X liked this' etc. tweets, you can use this. So you can obtain more good Twitter timeline.                    

拡張機能の基本情報

名前 Remove Unnecessary Tweets Remove Unnecessary Tweets
ID daicnhdooapknokokdpigjfmljkiekmd
公式URL https://chrome.google.com/webstore/detail/daicnhdooapknokokdpigjfmljkiekmd
説明 Extension removes tweets other people's likes, from your timeline.
ファイルサイズ 6.95 KB
インストール数 80
現在のバージョン 0.0.2
最終更新日 2020-11-05
公開日 2020-11-05
開発者 emreerkoca
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Unnecessary Tweets",
    "description": "Extension removes tweets other people's likes, from your timeline.",
    "version": "0.0.2",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "twitter_icon.png",
        "default_popup": "popup.html"
    }
}