Domain Control

Block unwanted content with a few clicks.

Domain Control란 무엇입니까?

Domain Control은(는) Aigeros에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block unwanted content with a few clicks."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Domain Control 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Create your own, personal filter list with domains you want to block.

➤  See all connection requests of a website (also ads + trackers)
➤  Disable pop-ups, flashing banners or dangerous sites
➤  Speed-up loading times with reduced data usage
➤  Free the web of social media buttons and more

Unlike some default list with over 10'000 entries, you are in control of what is blocked and what not.

This will also result in a higher browser performance because the block list will be way smaller.

Decide yourself what should be loaded, the menu shows domains to block. A click on the ✘-button disables the connection to the domain.

But be careful to not block the wrong ones, most websites need resources with terms like 'cdn', 'akamai', 'cloudflare' or 'static' to function properly.

Edit your filter list in the options dialog and use wildcards (*.) to block subdomains, too.

Once added, reload the visited website and your filters will be active.

★  Simple, effective and fast
★  Focused on low memory usage
★  Open Source and future-proof
★  100% Vivaldi compatible

1.0.50 - updated options dialog
1.0.47 - updated domain menu
1.0.41 - optimizations, faster code

====
Feedback is welcome!
GitHub: See ➜Website link

Licensed under GNU GPLv3                    

확장 프로그램 기본 정보

이름 Domain Control Domain Control
ID ceiohjbelbolibgeilkbblaednjngpje
공식 URL https://chrome.google.com/webstore/detail/domain-control/ceiohjbelbolibgeilkbblaednjngpje
설명 Block unwanted content with a few clicks.
파일 크기 11.38 KB
설치 횟수 421
현재 버전 1.0.50
최근 업데이트 2019-06-08
출시 날짜 2019-06-08
평점 4.75/5 총 8 개의 평점
개발자 Aigeros
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Aigeros/Domain-Control
개인정보 보호 정책 페이지 URL https://github.com/Aigeros/Domain-Control/blob/master/PRIVACY
지원되는 언어 en-US
manifest.json
{
    "manifest_version": 2,
    "name": "Domain Control",
    "version": "1.0.50",
    "description": "Block unwanted content with a few clicks.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Domain Control"
    },
    "author": {
        "email": "aigeros.innov(a)gmail.com"
    },
    "background": {
        "scripts": [
            "list.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": false,
        "page": "options.html"
    },
    "minimum_chrome_version": "40.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}