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": 2, "name": "Red Block", "author": "Gaeulbyul <[email protected]>", "version": "0.14.2.0", "default_locale": "en", "homepage_url": "https:\/\/github.com\/gaeulbyul\/RedBlock", "description": "\ud574\ub85c\uc6b4 \uc0ac\uc6a9\uc790\ub97c \ub9c9\ub294 \uc0c8\ub85c\uc6b4 \uccb4\uc778\ube14\ub77d \ud655\uc7a5\uae30\ub2a5", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "https:\/\/twitter.com\/*", "https:\/\/api.twitter.com\/*", "https:\/\/x.com\/*", "https:\/\/api.x.com\/*", "https:\/\/*.twimg.com\/*", "alarms", "contextMenus", "cookies", "downloads", "notifications", "storage", "tabs", "webRequest", "webRequestBlocking" ], "options_ui": { "open_in_tab": true, "page": "options\/options.html" }, "background": { "scripts": [ "bundled\/background.bun.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*" ], "exclude_matches": [ "https:\/\/*.twitter.com\/about", "https:\/\/*.twitter.com\/download", "https:\/\/*.twitter.com\/intent\/*", "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\/intent\/*", "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" ], "css": [ "styles\/oneclick-block.css" ], "js": [ "bundled\/twitter.bun.js" ] }, { "matches": [ "https:\/\/tweetdeck.twitter.com\/*" ], "css": [ "styles\/oneclick-block.css" ], "js": [ "bundled\/tweetdeck.bun.js" ] } ], "web_accessible_resources": [ "bundled\/twitter_inject.bun.js", "bundled\/gryphon_inject.bun.js" ], "browser_action": { "default_icon": "icons\/icon-48.png", "default_title": "Red Block", "default_popup": "popup\/popup.html" }, "incognito": "spanning" }