Uniform Timezone Extension
Brings standardization to social media posts' dates and times.
Uniform Timezone Extensionคืออะไร?
Uniform Timezone Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bellingcat และคุณลักษณะหลักของมันคือ "Brings standardization to social media posts' dates and times."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Uniform Timezone Extension
ดาวน์โหลดไฟล์ส่วนขยาย Uniform Timezone Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Converts and decodes, where possible, complete upload/post date-time values into standard timezones (like UTC or your machine's local timezone) and allows the conversion to any other timezone, besides exporting/copying all values. Works on: . Twitter/X (inc archive.org) . Tiktok (inc archive.org) . Discord . Instagram . Bluesky/Bsky . Wayback Machine ... more to come ... Want to contribute with a new platform implementation? -> https://github.com/bellingcat/uniform-timezone#add-a-new-timezone-fixer
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Uniform Timezone Extension |
ID | fhpdgikedeljapdckiegnjiendkhphlg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/uniform-timezone-extensio/fhpdgikedeljapdckiegnjiendkhphlg |
คำอธิบาย | Brings standardization to social media posts' dates and times. |
ขนาดไฟล์ | 767 KB |
จำนวนการติดตั้ง | 62 |
เวอร์ชันปัจจุบัน | 0.0.12 |
อัปเดตครั้งล่าสุด | 2024-01-11 |
วันที่เผยแพร่ | 2023-06-30 |
ผู้พัฒนา | bellingcat |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/bellingcat/uniform-timezone |
URL หน้าช่วยเหลือ | https://github.com/bellingcat/uniform-timezone/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Uniform Timezone Extension", "version": "0.0.12", "description": "Brings standardization to social media posts' dates and times.", "homepage_url": "https:\/\/github.com\/bellingcat\/uniform-timezone", "manifest_version": 3, "minimum_chrome_version": "100", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "100.0" } }, "icons": { "128": "icon.082f75ba.png" }, "permissions": [ "storage" ], "host_permissions": [], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/web.archive.org\/web\/*\/https:\/\/twitter.com\/*", "https:\/\/x.com\/*", "https:\/\/web.archive.org\/web\/*\/https:\/\/x.com\/*" ], "js": [ "twitter.cbbca61f.js" ], "css": [ "hover-popup.dd0c650a.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/*.tiktok.com\/*", "https:\/\/web.archive.org\/web\/*\/https:\/\/*.tiktok.com\/*" ], "js": [ "tiktok.0c070fc8.js" ], "css": [ "hover-popup.dd0c650a.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/discord.com\/*" ], "js": [ "discord.06d54252.js" ], "css": [ "hover-popup.dd0c650a.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/*.instagram.com\/*" ], "js": [ "instagram.52f290b0.js" ], "css": [ "hover-popup.dd0c650a.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/bsky.app\/*" ], "js": [ "bluesky.8a37ba42.js" ], "css": [ "hover-popup.dd0c650a.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/web.archive.org\/web\/*\/*" ], "js": [ "web-archive.8378e9b8.js" ], "css": [ "hover-popup.dd0c650a.css" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.9274f415.html" }, "background": { "service_worker": "background.adb3a89c.js" }, "web_accessible_resources": [ { "resources": [ "img\/icon-128.png" ], "matches": [ "https:\/\/twitter.com\/*", "https:\/\/*.tiktok.com\/*", "https:\/\/x.com\/*", "https:\/\/*.x.com\/*", "https:\/\/web.archive.org\/*", "https:\/\/discord.com\/*", "https:\/\/*.instagram.com\/*", "https:\/\/bsky.app\/*" ] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh1mCI9IkJLVJNEYZxa\/OzIS13t3UGLlXwTyISY8i0Ouy8y1NG2k0qJSX9rtbZq6DKxl+JsHyvSzOVxb8SDj4FYmdOk0URqDGzTZYJqGuWUsJ4WQJ\/mHsBa\/33Xvvmp+qAc5MXWzt7lGK4s9RRSy61WDxmEdKb0aqZM2zvnmOv0E7V8KpUEMVrwyrfSbiZjz6EGusrSqIhQDVijt\/VQS9zUJ1jLRNcoa5PcIYPRHAr3N0IXvZeLP1Q6rtd81FXZqocHYb+HP8v5bUyfXKpuVWxNI8Bpd66dr4bdGFueVJcUg0QuR06TKfon8NWHh+iKEH6SzDmAD2yJTtqHweheZU4QIDAQAB" } |