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 - это расширение Chrome, разработанное Jonty, и его основная функция - "Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Do Not Like

Скачайте файлы расширений 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"
    ]
}