Do Not Like

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

Qu'est-ce que Do Not Like ?

Do Not Like est une extension Chrome développée par Jonty, et sa fonction principale est "Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Do Not Like

Téléchargez les fichiers d'extension Do Not Like au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Do Not Like Do Not Like
ID gphlpdohbkajeckfepokpmjedkjaefhf
URL Officiel 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.
Taille du Fichier 3.91 KB
Nombre d'Installations 16
Version Actuelle 0.0.2
Dernière Mise à Jour 2018-09-12
Date de Publication 2018-09-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur Jonty
Type de Paiement free
Langues Prises en Charge 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"
    ]
}