Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Komposer", "description": "\ud2b8\uc717\uc785\ub825 \ub3c4\uc911 \ud55c\uae00\uc774 \uc9e4\ub9ac\uc9c0 \uc54a\uac8c \ud569\ub2c8\ub2e4.", "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" ] } ] }