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": "X Country Filter (Blur)",
"version": "0.2.0",
"description": "Blur or hide tweets from X accounts whose country\/region matches your blocklist.",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/x.com\/*",
"https:\/\/twitter.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/x.com\/*",
"https:\/\/twitter.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"options_page": "options.html"
}