ArchivioMD Verifier 제작자: Mountain View Provisions LLC
Automatically detects and cryptographically verifies content integrity on sites using the ArchivioMD WordPress plugin confirming hashes, signatures, and timestamps.
사용자 없음사용자 없음
확장 메타 데이터
스크린샷
권한 및 데이터
필수 권한:
- 브라우저 탭에 접근
- 모든 웹사이트에서 사용자의 데이터에 접근
선택적 권한:
- 모든 웹사이트에서 사용자의 데이터에 접근
데이터 수집:
- 개발자가 이 확장 기능은 데이터 수집이 필요하지 않다고 합니다.
추가 정보
- 부가 기능 링크
- 버전
- 1.0.0
- 크기
- 255.55 KB
- 마지막 업데이트
- 2달 전 (2026년 3월 11일)
- 개인정보처리방침
- 이 부가 기능에 대한 개인정보처리방침 읽기
- 버전 목록
- 모음집에 추가
The extension runs a content script on all URLs to passively detect whether a page uses the ArchivioMD WordPress plugin, which can be installed on any website. When detected, it fetches publicly available verification data (content hashes, digital signatures, and anchoring metadata) directly from the site's own REST endpoint and .well-known paths. All external network requests go only to the site currently being visited, plus optionally to rekor.sigstore.dev for transparency log lookups when that feature is explicitly used.
DOM fingerprints and visit history are stored locally using browser.storage.local and never leave the device. No analytics, no tracking, no third-party data sharing of any kind.
The openpgp.min.js library (OpenPGP.js) is bundled locally within the package and is used for cryptographic operations. It is not fetched from any external source.
innerHTML is used in popup.js for UI rendering. All dynamic values are passed through an esc() sanitization function that encodes HTML entities before insertion, preventing XSS.