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",
"name": "X (Twitter) Mass Unfollow",
"short_name": "XMU",
"version": "1.3",
"manifest_version": 3,
"description": "\ud83d\udc49 Unfollow all users or \ud83d\udeab only those who don\u2019t follow you back on X (Twitter) \ud83d\udc26 \u2014 all in one click! \u2705.",
"icons": {
"128": "icons\/128.png",
"256": "icons\/256.png"
},
"permissions": [
"tabs",
"scripting",
"storage",
"activeTab"
],
"host_permissions": [
"*:\/\/*.x.com\/*",
"*:\/\/twitter.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.x.com\/*"
],
"js": [
"contentScript.js",
"unfollowLogic.js",
"userGuide.js"
],
"css": [
"css\/style.css"
],
"run_at": "document_idle"
}
],
"action": {
"default_icon": {
"128": "icons\/128.png"
},
"default_title": "X Mass Unfollow"
}
}