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.
可在 Android™ 版 Firefox 上使用可在 Android™ 版 Firefox 上使用
扩展元数据
屏幕截图
权限与数据
更多信息
- 版本
- 1.0.0
- 大小
- 255.55 KB
- 上次更新
- 8 天前 (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.