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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Do Not Like एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}