Auto-archiver extension
A gateway to effective archiving of online content, including behind private platforms.
Auto-archiver extensionคืออะไร?
Auto-archiver extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bellingcat และคุณลักษณะหลักของมันคือ "A gateway to effective archiving of online content, including behind private platforms."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto-archiver extension
ดาวน์โหลดไฟล์ส่วนขยาย Auto-archiver extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Archive online media content and metadata.
(Beta testing) ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ojcimmjndnlmmlgnjaeojoebaceokpdp |
| URL อย่างเป็นทางการ | 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"
} | |