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": "Redust: Reddit History Remover",
"description": "This extension allows you to anonymize, overwrite and\/or delete all your reddit comments and posts.",
"version": "1.0.2",
"icons": {
"16": "\/static_resources\/icons\/icon16.png",
"48": "\/static_resources\/icons\/icon48.png",
"128": "\/static_resources\/icons\/icon128.png"
},
"action": {
"default_popup": "\/static_resources\/popup.html"
},
"permissions": [],
"content_scripts": [
{
"matches": [
"https:\/\/*.reddit.com\/*"
],
"include_globs": [
"https:\/\/*.reddit.com\/redust\/magic\/?efe2d409a42=f9ce4f81e6326*"
],
"run_at": "document_idle",
"js": [
"redust.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"static_resources\/template.html"
],
"matches": [
"https:\/\/*.reddit.com\/*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{f9ce4d9b-4b56-4eb7-9eac-27fb39b1e491}"
}
}
}