Font Glyph Fingerprint Privacy Whitelist
Automatic white list of common default Windows 10 fonts
Font Glyph Fingerprint Privacy Whitelist란 무엇입니까?
Font Glyph Fingerprint Privacy Whitelist은(는) Browser Plugs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatic white list of common default Windows 10 fonts"입니다.
확장 프로그램 스크린샷
Font Glyph Fingerprint Privacy Whitelist 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Version 1.5.1 updated August 18, 2018 adds the latest compatibility improvements, and now requires no special permissions of any kind. This will block font and glyph fingerprinting from any sneaky website that tries to gather a list of installed fonts for the purpose of tracking and profiling your browser and device. This extension is to only allow the default list of fonts that came installed with Windows to be detected. This doesn't change the look of any website and is very lightweight. Plug-and-play to work automatically.
확장 프로그램 기본 정보
이름 | |
ID | ifcgiggjkkppkanmpejocdlbihnnhomc |
공식 URL | https://chrome.google.com/webstore/detail/font-glyph-fingerprint-pr/ifcgiggjkkppkanmpejocdlbihnnhomc |
설명 | Automatic white list of common default Windows 10 fonts |
파일 크기 | 48.41 KB |
설치 횟수 | 482 |
현재 버전 | 1.5.2 |
최근 업데이트 | 2018-08-18 |
출시 날짜 | 2018-08-18 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | Browser Plugs |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.browserplugs.com |
개인정보 보호 정책 페이지 URL | https://www.browserplugs.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Font Glyph Fingerprint Privacy Whitelist", "description": "Automatic white list of common default Windows 10 fonts", "short_name": "Font Fingerprint Privacy Whitelist", "version": "1.5.2", "author": "Browser Plugs", "homepage_url": "https:\/\/www.BrowserPlugs.com", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/64.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "Browser Plugs for Font Glyph Privacy Whitelist" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "web_accessible_resources": [ "content.js" ], "run_at": "document_start", "all_frames": true } ], "manifest_version": 2 } |