Do Not Like

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

What is Do Not Like?

Do Not Like is a Chrome extension developed by Jonty, and its main feature is "Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.".

Extension Screenshots

screenshot

Download Do Not Like Extension CRX File

Download Do Not Like extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Do Not Like Do Not Like
ID gphlpdohbkajeckfepokpmjedkjaefhf
Official URL https://chromewebstore.google.com/detail/do-not-like/gphlpdohbkajeckfepokpmjedkjaefhf
Description Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.
File Size 3.91 KB
Installation Count 16
Current Version 0.0.2
Last Updated 2018-09-12
Publish Date 2018-09-12
Rating 5.00/5 Total 1 Ratings
Developer Jonty
Payment Type free
Supported Languages 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"
    ]
}