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
官方URL 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\/*"
            ]
        }
    ]
}