No More Timeline for Facebook
No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.
What is No More Timeline for Facebook?
No More Timeline for Facebook is a Chrome extension developed by startupbuffer, and its main feature is "No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.".
Extension Screenshots
Download No More Timeline for Facebook Extension CRX File
Download No More Timeline for 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
Remember the times when you open the Facebook just for replying a message or checking your company Facebook page but you spent hours fooling around the timeline. No more wasting your time with Facebook timeline. No More Timeline for Facebook (NMTFB) is an extension that removes Facebook timeline to help you get more productive.
Extension Basic Information
Name | No More Timeline for Facebook |
ID | knojhelebinecbcocnaobgkbilmfcekm |
Official URL | https://chromewebstore.google.com/detail/no-more-timeline-for-face/knojhelebinecbcocnaobgkbilmfcekm |
Description | No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline. |
File Size | 194 KB |
Installation Count | 303 |
Current Version | 0.0.2 |
Last Updated | 2021-03-03 |
Publish Date | 2021-03-03 |
Rating | 3.38/5 Total 16 Ratings |
Developer | startupbuffer |
[email protected] | |
Payment Type | free |
Extension Website | https://startupbuffer.com?utm_source=nmtfb_webstore_listing |
Privacy Policy Page URL | https://startupbuffer.com/site/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No More Timeline for Facebook", "short_name": "NMTFB", "version": "0.0.2", "manifest_version": 2, "description": "No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.", "homepage_url": "https:\/\/startupbuffer.com?utm_source=nmtfb", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "\/images\/work.jpg" ] } |