Do Not Track (DNT) Enabler
Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations.
Do Not Track (DNT) Enabler란 무엇입니까?
Do Not Track (DNT) Enabler은(는) Aaron Horler에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations."입니다.
확장 프로그램 스크린샷
Do Not Track (DNT) Enabler 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is intended for deployment in organisations that wish to enable DNT (as DNT: 1) by force, but can't because this is not possible via a policy. Instead, forcibly installing this extension via a policy will enable DNT by force. CAVEATS It's possible for any other installed extension to override this one (potentially altering the DNT setting). This can be mitigated by white listing extensions. GITHUB SOURCE This extension is extremely simple (as it should be). You can view its source code here - https://github.com/aghorler/dnt-enabler
확장 프로그램 기본 정보
이름 | Do Not Track (DNT) Enabler |
ID | mkmeiigogbobcibalmofikldppcdcnip |
공식 URL | https://chromewebstore.google.com/detail/do-not-track-dnt-enabler/mkmeiigogbobcibalmofikldppcdcnip |
설명 | Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations. |
파일 크기 | 9.7 KB |
설치 횟수 | 202 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-10-29 |
출시 날짜 | 2018-10-29 |
개발자 | Aaron Horler |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://aaronhorler.com/privacy.txt |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Do Not Track (DNT) Enabler", "version": "1.0", "description": "Enable sending of the Do Not Track (DNT) request header. This extension is intended for deployment in organisations.", "icons": { "128": "\/img\/icon128.png" }, "minimum_chrome_version": "65", "permissions": [ "privacy" ], "background": { "scripts": [ "\/js\/background.js" ], "persistent": false } } |