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": "Rllmuk Really Ignore Users",
"description": "Really ignores ignored users, and ignore users in specific topics",
"homepage_url": "https:\/\/github.com\/insin\/rllmuk-really-ignore-users",
"version": "1.4",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png",
"96": "icons\/icon96.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/rllmukforum.com\/*",
"https:\/\/www.rllmukforum.com\/*"
],
"js": [
".\/rllmuk-really-ignore-users.user.js"
]
}
]
}