Twitter AdBlock

Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets

Twitter AdBlock란 무엇입니까?

Twitter AdBlock은(는) Anbodev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Twitter AdBlock 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Removes all the promoted Tweets from your timeline, following and the trends. Prevents ads from loading when using the back/forward history button. Prevents ads from popping up in timeline when scrolling through tweets. Bypasses Twitter's link warning and auto directs to links clicked within tweets.                    

확장 프로그램 기본 정보

이름 Twitter AdBlock Twitter AdBlock
ID kjaonljkcdidebicpnjijbfefeblncal
공식 URL https://chromewebstore.google.com/detail/twitter-adblock/kjaonljkcdidebicpnjijbfefeblncal
설명 Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets
파일 크기 47.02 KB
설치 횟수 730
현재 버전 1.2
최근 업데이트 2021-01-30
출시 날짜 2021-01-18
평점 2.33/5 총 3 개의 평점
개발자 Anbodev
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter AdBlock",
    "manifest_version": 2,
    "version": "1.2",
    "description": "Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets",
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ]
        }
    ]
}