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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}