Inspect and view changes in Ucho-ten-mini source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Ucho-ten-mini",
"description": "Ucho-ten-mini",
"version": "0.0.1",
"manifest_version": 3,
"author": "baisony",
"content_scripts": [
{
"matches": [
"https://bsky.app/*",
"https://staging.bsky.app/*"
],
"css": [
"./content_scripts.css"
]
}
],
"host_permissions": [
"https://bsky.app/*",
"https://staging.bsky.app/*"
]
}