Inspect and view changes in Komposer 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
{
"manifest_version": 3,
"name": "Komposer",
"description": "트윗입력 도중 한글이 짤리지 않게 합니다.",
"author": "Gaeulbyul <aeiou256@gmail.com>",
"version": "0.8.0.12",
"homepage_url": "https://github.com/gaeulbyul/Komposer",
"icons": {
"48": "icons/icon-48.png",
"64": "icons/icon-64.png",
"128": "icons/icon-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{c56d6d3f-78d2-4c31-84c6-18628be336c2}"
}
},
"host_permissions": [
"https://twitter.com/*",
"https://x.com/*"
],
"content_scripts": [
{
"matches": [
"https://twitter.com/*",
"https://x.com/*"
],
"exclude_matches": [
"https://twitter.com/about",
"https://twitter.com/download",
"https://twitter.com/privacy",
"https://twitter.com/tos",
"https://twitter.com/*/privacy",
"https://twitter.com/*/tos",
"https://twitter.com/i/release_notes",
"https://twitter.com/i/tweetdeck_release_notes",
"https://x.com/about",
"https://x.com/download",
"https://x.com/privacy",
"https://x.com/tos",
"https://x.com/*/privacy",
"https://x.com/*/tos",
"https://x.com/i/release_notes",
"https://x.com/i/tweetdeck_release_notes"
],
"run_at": "document_end",
"css": [
"styles/komposer.css"
],
"js": [
"scripts/loader.js"
]
}
],
"web_accessible_resources": [
{
"matches": [
"https://twitter.com/*",
"https://x.com/*"
],
"resources": [
"bundled/komposer.bun.js"
]
}
]
}