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-Feed Cleaner",
"version": "1.0.18",
"description": "\ud83d\udcfd\ufe0f **Keep Focused, Stay Productive** Removes distracting elements inside X.com (formerly Twitter) for a cleaner experience.",
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/x.com\/*",
"https:\/\/twitter.com\/*"
],
"js": [
"scripts\/communitiesExplore.js",
"scripts\/communitiesSuggested.js",
"scripts\/communitiesSuggestedMore.js",
"scripts\/home.js",
"scripts\/startUp.js",
"scripts\/stopWatchToggle.js",
"scripts\/sideBlocking.js",
"scripts\/cheatBlocker.js",
"scripts\/autoclickOnce.js",
"scripts\/replaceFaviconNotyNumber.js",
"main.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
]
}