Skip to content

Commit

Permalink
enable on X.com domains
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Kulp committed May 17, 2024
1 parent 88b69f5 commit 07aac68
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"action": {},
"short_name": "Hide Twitter Ads",
"description": "Free tool that hides Promoted Tweets while you browse Twitter (X.com).",
"version": "1.1.8",
"version": "1.1.9",
"icons": { "16": "img/hide-twitter-ads-16.png",
"48": "img/hide-twitter-ads-48.png",
"128": "img/hide-twitter-ads-128.png" },
Expand All @@ -17,7 +17,9 @@
{
"matches": [
"http://*.twitter.com/*",
"https://*.twitter.com/*"
"https://*.twitter.com/*",
"http://*.x.com/*",
"https://*.x.com/*"
],
"js":["content.js"]
}
Expand Down

0 comments on commit 07aac68

Please sign in to comment.