Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Delete Facebook\u2122 Posts, Photos, etc.",
"version": "8.0.1",
"short_name": "SocialErase",
"description": "Delete Facebook\u2122 Activity - Posts, Comments, Messages, Photos, Videos",
"permissions": [
"activeTab",
"identity",
"identity.email",
"storage",
"webRequest",
"declarativeNetRequest",
"declarativeNetRequestFeedback"
],
"host_permissions": [
"https:\/\/www.googleapis.com\/",
"https:\/\/facebook.com\/*",
"https:\/\/www.facebook.com\/*",
"https:\/\/twitter.com\/*",
"https:\/\/www.twitter.com\/*",
"https:\/\/www.x.com\/*",
"https:\/\/x.com\/*",
"https:\/\/socialerase.net\/*",
"https:\/\/sysar.ch\/*",
"https:\/\/tiktok.com\/*",
"https:\/\/*.tiktok.com\/*"
],
"oauth2": {
"client_id": "67457826183-7a6m13hhop8rpv51j9dh8kvpf8uh89ga.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/plus.login",
"https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
]
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/facebook.com\/*",
"https:\/\/*.facebook.com\/*",
"https:\/\/twitter.com\/*",
"https:\/\/*.twitter.com\/*",
"https:\/\/x.com\/*",
"https:\/\/*.x.com\/*",
"https:\/\/sysar.ch\/*",
"https:\/\/*.sysar.ch\/*",
"https:\/\/socialerase.net\/*",
"https:\/\/*.socialerase.net\/*",
"https:\/\/tiktok.com\/*",
"https:\/\/*.tiktok.com\/*"
],
"js": [
"jquery.js",
"script.js"
]
}
],
"manifest_version": 3,
"action": {
"default_title": "Delete Facebook\u2122 Posts, Photos, and Activity",
"default_popup": "popup.html",
"default_icon": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"128": "128.png",
"150": "150.png",
"512": "512.png"
}
},
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"128": "128.png",
"150": "150.png",
"512": "512.png"
},
"declarative_net_request": {
"rule_resources": []
}
}