Facebook Cleaner
Removes elements from mobile version of desktop
What is Facebook Cleaner?
Facebook Cleaner is a Chrome extension developed by VVlasy s.r.o., and its main feature is "Removes elements from mobile version of desktop".
Extension Screenshots
Download Facebook Cleaner Extension CRX File
Download Facebook Cleaner 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
Removes stories and videorooms from facebook web page
Extension Basic Information
Name | Facebook Cleaner |
ID | eandjfeegojgnebjkelgoclpiighdflm |
Official URL | https://chromewebstore.google.com/detail/facebook-cleaner/eandjfeegojgnebjkelgoclpiighdflm |
Description | Removes elements from mobile version of desktop |
File Size | 19.34 KB |
Installation Count | 42 |
Current Version | 0.1.0 |
Last Updated | 2020-09-23 |
Publish Date | 2020-09-22 |
Developer | VVlasy s.r.o. |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Facebook Cleaner", "description": "Removes elements from mobile version of desktop", "version": "0.1.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*", "http:\/\/facebook.com\/*", "https:\/\/facebook.com\/*" ], "js": [ "cleanPage.js" ] } ], "icons": { "16": "images\/eus-16.png", "25": "images\/eus-25.png", "32": "images\/eus-32.png", "48": "images\/eus-48.png", "128": "images\/eus-128.png" } } |