Add tool to clean up facebook
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "FB Activity Cleaner",
|
||||
"version": "1.0.6",
|
||||
"description": "Bulk-clean Facebook Activity Log: delete comments and shared posts with skip rules.",
|
||||
"permissions": ["storage", "activeTab", "scripting"],
|
||||
"host_permissions": ["https://www.facebook.com/*", "https://facebook.com/*"],
|
||||
"action": {
|
||||
"default_title": "FB Activity Cleaner",
|
||||
"default_popup": "popup.html"
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["https://www.facebook.com/*", "https://facebook.com/*"],
|
||||
"js": ["content.js"],
|
||||
"css": ["panel.css"],
|
||||
"run_at": "document_idle"
|
||||
}
|
||||
],
|
||||
"icons": {
|
||||
"16": "icons/icon16.png",
|
||||
"48": "icons/icon48.png",
|
||||
"128": "icons/icon128.png"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user