Do Not Like

Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.

什么是Do Not Like?

Do Not Like是由Jonty开发的Chrome扩展程序,该扩展的主要功能是“Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.”。

扩展截图

screenshot

下载Do Not Like扩展crx文件

下载Do Not Like扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        By doing this it trains Twitters Giant Bird Brain that you do not like adverts. Any adverts.

Once you've been running this for a day or two you'll stop seeing adverts on all devices when browsing Twitter, not just the website.

Hurrah.

Code: https://github.com/Jonty/do_not_like                    

扩展基本信息

名称 Do Not Like Do Not Like
ID gphlpdohbkajeckfepokpmjedkjaefhf
官方URL https://chromewebstore.google.com/detail/do-not-like/gphlpdohbkajeckfepokpmjedkjaefhf
简介 Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.
文件大小 3.91 KB
安装次数 16
当前版本 0.0.2
更新时间 2018-09-12
上架时间 2018-09-12
评分 5.00/5 共1次评分
开发者 Jonty
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Do Not Like",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.",
    "homepage_url": "http:\/\/github.com\/jonty\/do_not_like",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "src\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/do_not_like.js"
    ]
}