TDFB

Add new tools to your favorite social media site.

什么是TDFB?

TDFB是由https://www.messengerhow.com开发的Chrome扩展程序,该扩展的主要功能是“Add new tools to your favorite social media site.”。

扩展截图

screenshot

下载TDFB扩展crx文件

下载TDFB扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 TDFB TDFB
ID pffbbpegcmjjkgkefanlcbklhgkmlfoj
官方URL https://chromewebstore.google.com/detail/tdfb/pffbbpegcmjjkgkefanlcbklhgkmlfoj
简介 Add new tools to your favorite social media site.
文件大小 91.49 KB
安装次数 3,107
当前版本 2.44
更新时间 2019-01-24
上架时间 2019-01-24
评分 4.33/5 共1204次评分
开发者 https://www.messengerhow.com
付费类型 free
扩展官网 http://www.messengerhow.com/2016/12/fave-new-design-for-facebook.html?webstore=link
帮助页面URL http://www.messengerhow.com/2016/12/fave-new-design-for-facebook.html?webstore=faq
隐私政策页面URL http://www.messengerhow.com/p/your-privacy-is-important-and-personal.html
支持的语言 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"
}