Content Blocker

Content Blocker - The perfect addition to your ad blocker for undistracked surfing on the internet.

Content Blocker란 무엇입니까?

Content Blocker은(는) https://abilitools.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Content Blocker - The perfect addition to your ad blocker for undistracked surfing on the internet."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Content Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Content Blocker gives users the possibility to hide or delete annoying elements on websites. 

The best part? - The settings are saved. That means you only have to delete all elements that bother you once and they won't reappear.
	
❓ What is different to an ad blocker? 
	
In contrast to a normal ad blocker you can choose which elements you don't want to see. You can also delete not only advertising but also content elements like pop-ups, social media buttons, text or images forever. The Content Blocker is therefore not an alternative, but the perfect addition to the ad blocker.

👉🏼 How to hide or delete elements:
1. click on the Webpage Cleaner icon. 
2. select with the mouse the elements you want to hide and click on the X in the upper right corner
3. With undo and redo you can correct your changes
4. exit the mode by clicking on the Webpage Cleaner icon

⚙ Options
	- You can access the options by right-clicking on the icon. 
	- Set whether elements should only be hidden or deleted
	- Change settings for selected pages
	- Reset all configurations

⚠️ Note
The Chrome Extension, like most extensions, needs access to the web page to allow the extension to block elements for you. 
We assure you that we do not collect any data. On the one hand it is our philosophy of full transparency, on the other hand Google would rightfully throw such an extension out of the store at some point. And for that we have spent too much time developing this solution. 

☝ Your feedback
We are grateful for feedback from you, where and in which situation Content Blocker helps you. With your ideas, we can improve the extension. Write us at [email protected].

More new Chrome extensions for you soon at www.abilitools.com. 

🐵 Your abilitools team                    

확장 프로그램 기본 정보

이름 Content Blocker Content Blocker
ID agompmhjohlaaijeadjcepbmhjgdmejd
공식 URL https://chromewebstore.google.com/detail/content-blocker/agompmhjohlaaijeadjcepbmhjgdmejd
설명 Content Blocker - The perfect addition to your ad blocker for undistracked surfing on the internet.
파일 크기 85.56 KB
설치 횟수 1,654
현재 버전 0.8.0
최근 업데이트 2023-05-20
출시 날짜 2020-06-12
평점 4.33/5 총 15 개의 평점
개발자 https://abilitools.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://abilitools.com/tools/content-blocker-ext/
도움말 페이지 URL https://abilitools.com/tools/content-blocker-ext/
개인정보 보호 정책 페이지 URL https://www.live-tabs.com/plugin-privacy-policy
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "short_name": "Content Blocker",
    "description": "__MSG_app_summary__",
    "default_locale": "en",
    "author": "abilitools.com",
    "version": "0.8.0",
    "manifest_version": 2,
    "permissions": [
        "background",
        "storage",
        "contextMenus"
    ],
    "optional_permissions": [
        "tabs",
        "webNavigation",
        ""
    ],
    "browser_action": {
        "default_popup": "popup-d250302af79f4a5e3f881ad2458cbf39.html",
        "default_title": "Remove unwanted Content - abilitools"
    },
    "background": {
        "page": "background-b7925aac0a0571f7c81052da27b842b9.html",
        "persistent": false
    },
    "options_page": "options-15ef3367d07990fbeb36cbaa49bdc8de.html",
    "icons": {
        "16": "icon-16-216ca2fbc425c1108ec2e88c7af0d5c7.png",
        "48": "icon-48-cb770faa777f86b89c0f0a795805093c.png",
        "128": "icon-128-7a8a609bc42af3cc25fdcf5d65676093.png"
    },
    "-ms-preload": {
        "backgroundScript": "edge-background-scripts-API-bridge-ea0d2dc5f3cdc907fddf.js",
        "contentScript": "edge-content-scripts-API-bridge-7ef8e86eb2e8d440a1fb.js"
    },
    "web_accessible_resources": [
        "icon-128-7a8a609bc42af3cc25fdcf5d65676093.png",
        "icon-16-216ca2fbc425c1108ec2e88c7af0d5c7.png",
        "icon-48-cb770faa777f86b89c0f0a795805093c.png",
        "icon-black-7a8a609bc42af3cc25fdcf5d65676093.png",
        "icon-clean-81b2897d4be0d8881c5bd0eb1c487f7a.png",
        "icon-loading-4e1e0cda3859472af45784ffcf05aa6a.png",
        "icon-red-4842713181d35e384a939d256fe7563b.png",
        "icon-selection-ee4e82782403f521f7de984ba0919696.png",
        "index-a0420c3d52c1b2538fed2f6c0dd19bd6.css",
        "options-0b33cbba5c4b575e071e2cfcb11b4f60.css",
        "popup-9f22cf8f27af614414e6ed93c076f1cd.css",
        "undo-c28f43313d72f114c0a6409bc37bdeb3.png"
    ]
}