Thanos Facebook
Thanos Extension for Facebook on Chrome browser, cleaning up everything.
What is Thanos Facebook?
Thanos Facebook is a Chrome extension developed by namanh11611.github.io, and its main feature is "Thanos Extension for Facebook on Chrome browser, cleaning up everything.".
Extension Screenshots
Download Thanos Facebook Extension CRX File
Download Thanos Facebook extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Revert old Facebook version. Hide advertisement for new version. Remove all invite page request. Remove all friends request. Increase chat's height. Contact: fb.com/namanh1910
Extension Basic Information
Name | |
ID | ofpgempoafickpaogjehhiomfcpnmmpn |
Official URL | https://chrome.google.com/webstore/detail/thanos-facebook/ofpgempoafickpaogjehhiomfcpnmmpn |
Description | Thanos Extension for Facebook on Chrome browser, cleaning up everything. |
File Size | 58.02 KB |
Installation Count | 223 |
Current Version | 2.0.0 |
Last Updated | 2020-10-19 |
Publish Date | 2020-09-20 |
Rating | 4.60/5 Total 10 Ratings |
Developer | namanh11611.github.io |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Thanos Facebook", "description": "Thanos Extension for Facebook on Chrome browser, cleaning up everything.", "version": "2.0.0", "manifest_version": 2, "permissions": [ "activeTab", "declarativeContent", "storage", "webRequest", "webRequestBlocking", "*:\/\/*.facebook.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "jquery-3.5.1.js", "contentScript.js" ], "all_frames": true } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/thanos16.png", "32": "images\/thanos32.png", "48": "images\/thanos48.png", "128": "images\/thanos128.png" } }, "icons": { "16": "images\/thanos16.png", "32": "images\/thanos32.png", "48": "images\/thanos48.png", "128": "images\/thanos128.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |