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
官方網址 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"
    }
}