Auto-archiver extension
A gateway to effective archiving of online content, including behind private platforms.
什麼是Auto-archiver extension?
Auto-archiver extension是由bellingcat開發的Chrome擴展程式,該擴展的主要功能是“A gateway to effective archiving of online content, including behind private platforms.”。
擴展截圖
下載Auto-archiver extension擴展crx文件
下載Auto-archiver extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Archive online media content and metadata. (Beta testing)
擴展基本資訊
名稱 | Auto-archiver extension |
ID | ojcimmjndnlmmlgnjaeojoebaceokpdp |
官方網址 | https://chromewebstore.google.com/detail/auto-archiver-extension/ojcimmjndnlmmlgnjaeojoebaceokpdp |
簡介 | A gateway to effective archiving of online content, including behind private platforms. |
檔案大小 | 934 KB |
安裝次數 | 42 |
目前版本 | 0.3.2 |
更新時間 | 2023-08-18 |
上架時間 | 2023-02-25 |
開發者 | bellingcat |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/bellingcat/auto-archiver-extension |
說明頁面URL | https://github.com/bellingcat/auto-archiver-extension/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto-archiver extension", "version": "0.3.2", "description": "A gateway to effective archiving of online content, including behind private platforms. ", "homepage_url": "https:\/\/github.com\/bellingcat\/auto-archiver-extension", "manifest_version": 3, "minimum_chrome_version": "100", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "100.0" } }, "icons": { "128": "ben-archiver.d2476d27.png" }, "permissions": [ "storage", "tabs", "identity", "identity.email" ], "host_permissions": [], "background": { "service_worker": "background.adb3a89c.js" }, "action": { "default_popup": "popup.9274f415.html" }, "content_scripts": [], "oauth2": { "client_id": "572076445849-4cb2a8be1nfi46l80jm741k56s7cjkd0.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlKYc35vN+NAqABtFbBU60XoTzAQynotX2H\/kF14m\/czN91kI6QIqQTD5JzAfyab4GgWS60eaQM6ieCc3XeQlhfUdBXUtndQN0HYdqyseTojHkcmQul8esbo1hztgNnuNW12wJ5wwJqjzYcXHjeRCwmWA0Ohld1Xh+HAwAWDpRfcWCB8S06G79SvVvk4C8WvpVYvO5MX6twBGZy\/FpsFI+RodgHPK4doefo9iYRoeR47Zw20EYG+W4z8ehWR2xlpf56yq4IlsVVL78RSYqwwG4vLggXWb1MaSvnwjyVpGlcLZMoRfBgmzQrltbNCPZWS\/QQ8SHk90s1kkuoiCHUgMlQIDAQAB" } |