TDFB
Add new tools to your favorite social media site.
What is TDFB?
TDFB is a Chrome extension developed by https://www.messengerhow.com, and its main feature is "Add new tools to your favorite social media site.".
Extension Screenshots
Download TDFB Extension CRX File
Download TDFB 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
New tools for the biggest social media website. The extension does not collect any personal information, but requires access to your tabs and facebook.com. All product names, logos, and brands are property of their respective owners. Facebook doesn't endorse or sponsor this extension.
Extension Basic Information
Name | TDFB |
ID | pffbbpegcmjjkgkefanlcbklhgkmlfoj |
Official URL | https://chromewebstore.google.com/detail/tdfb/pffbbpegcmjjkgkefanlcbklhgkmlfoj |
Description | Add new tools to your favorite social media site. |
File Size | 91.49 KB |
Installation Count | 3,107 |
Current Version | 2.44 |
Last Updated | 2019-01-24 |
Publish Date | 2019-01-24 |
Rating | 4.33/5 Total 1204 Ratings |
Developer | https://www.messengerhow.com |
Payment Type | free |
Extension Website | http://www.messengerhow.com/2016/12/fave-new-design-for-facebook.html?webstore=link |
Help Page URL | http://www.messengerhow.com/2016/12/fave-new-design-for-facebook.html?webstore=faq |
Privacy Policy Page URL | http://www.messengerhow.com/p/your-privacy-is-important-and-personal.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "short_name": "__MSG_application_shortname__", "description": "__MSG_application_description__", "default_locale": "en", "version": "2.44", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "eventPage.js" ] }, "browser_action": { "default_title": "New Tools and Design", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "content.css" ], "js": [ "jquery-3.1.0.min.js", "content.js" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/connect.facebook.net\/en_US\/sdk.js https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "https:\/\/www.facebook.com\/*", "https:\/\/*.facebook.net\/*", "notifications", "storage", "contextMenus" ], "web_accessible_resources": [ "img\/*.png" ], "options_page": "settings.html" } |