Removes Taboola
Removes those Taboola adverts - THE BANE OF MY LIFE!!
Removes Taboola란 무엇입니까?
Removes Taboola은(는) Jon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes those Taboola adverts - THE BANE OF MY LIFE!!"입니다.
확장 프로그램 스크린샷
Removes Taboola 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
I created this extension because I was fed up with great sites going down the gutter because they added those annoying click-bait adverts. This extension is simple (but awesome), it removes those annoying Taboola adverts. Thanks for the support everyone. Please help spread the word so that one day, Taboola will be no more! Also, if you notice my awesome extension failing to exterminate the enemy on a web page then please let me know so that I can upgrade my extension's weaponry. Update History: 1.5 (02 October 2015) === I've improved the targeting of Taboola areas. In some cases it was removing the entire page. 1.4 (01 October 2015) === Removes multiple Taboola advert areas, instead of just the first one it finds. No idea why I didn't do this from the start! Intersects and blocks all traffic to the Taboola servers. The added benefit of this is that it will increase your page load speed. 1.3 === Removes AdSpace as well 1.2 === Bug fixes 1.2 === Bug fixes 1.1 === Release
확장 프로그램 기본 정보
이름 | |
ID | ajdhffnbdccpannhhpeclanoojjloech |
공식 URL | https://chrome.google.com/webstore/detail/removes-taboola/ajdhffnbdccpannhhpeclanoojjloech |
설명 | Removes those Taboola adverts - THE BANE OF MY LIFE!! |
파일 크기 | 174 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.5 |
최근 업데이트 | 2015-11-27 |
출시 날짜 | 2015-11-27 |
평점 | 4.50/5 총 315 개의 평점 |
개발자 | Jon |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Removes Taboola", "description": "Removes those Taboola adverts - THE BANE OF MY LIFE!!", "version": "1.5", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "*:\/\/*\/*", "webRequest", "webRequestBlocking" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "taboola_remove_all_dom_elements.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "taboola_block_web_request.js" ] }, "browser_action": { "default_popup": "options.html" }, "manifest_version": 2 } |