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
官方網址 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"
    ]
}