Twitter AdBlock

Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets

什麼是Twitter AdBlock?

Twitter AdBlock是由Anbodev開發的Chrome擴展程式,該擴展的主要功能是“Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets”。

擴展截圖

screenshot
screenshot

下載Twitter AdBlock擴展crx文件

下載Twitter AdBlock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Removes all the promoted Tweets from your timeline, following and the trends. Prevents ads from loading when using the back/forward history button. Prevents ads from popping up in timeline when scrolling through tweets. Bypasses Twitter's link warning and auto directs to links clicked within tweets.                    

擴展基本資訊

名稱 Twitter AdBlock Twitter AdBlock
ID kjaonljkcdidebicpnjijbfefeblncal
官方網址 https://chromewebstore.google.com/detail/twitter-adblock/kjaonljkcdidebicpnjijbfefeblncal
簡介 Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets
檔案大小 47.02 KB
安裝次數 730
目前版本 1.2
更新時間 2021-01-30
上架時間 2021-01-18
評分 2.33/5 共 3 次評分
開發者 Anbodev
電子郵箱 [email protected]
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter AdBlock",
    "manifest_version": 2,
    "version": "1.2",
    "description": "Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets",
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ]
        }
    ]
}