Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "3.4",
"icons": {
"128": "icon\/128.png"
},
"default_locale": "en",
"options_page": "options.html",
"permissions": [
"storage",
"unlimitedStorage",
"downloads"
],
"host_permissions": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"injected.js"
],
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*"
]
},
{
"resources": [
"content-scripts\/main.css"
],
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/x.com\/*"
]
},
"action": [],
"background": {
"service_worker": "background.js"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*"
],
"run_at": "document_start",
"js": [
"content-scripts\/main.js"
]
},
{
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*"
],
"css": [
"content-scripts\/twitter.css"
],
"js": [
"content-scripts\/twitter.js"
]
}
]
}