TDFB

Add new tools to your favorite social media site.

TDFB là gì?

TDFB là một tiện ích mở rộng Chrome được phát triển bởi https://www.messengerhow.com, và tính năng chính của nó là "Add new tools to your favorite social media site.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TDFB

Tải xuống các tệp mở rộng TDFB dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TDFB TDFB
ID pffbbpegcmjjkgkefanlcbklhgkmlfoj
URL Chính Thức https://chromewebstore.google.com/detail/tdfb/pffbbpegcmjjkgkefanlcbklhgkmlfoj
Mô tả Add new tools to your favorite social media site.
Kích Thước Tệp 91.49 KB
Số Lần Cài Đặt 3,107
Phiên Bản Hiện Tại 2.44
Cập Nhật Lần Cuối 2019-01-24
Ngày Phát Hành 2019-01-24
Đánh Giá 4.33/5 Tổng số 1204 Đánh Giá
Nhà Phát Triển https://www.messengerhow.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.messengerhow.com/2016/12/fave-new-design-for-facebook.html?webstore=link
URL Trang Trợ Giúp http://www.messengerhow.com/2016/12/fave-new-design-for-facebook.html?webstore=faq
URL Trang Chính Sách Bảo Mật http://www.messengerhow.com/p/your-privacy-is-important-and-personal.html
Ngôn Ngữ Được Hỗ Trợ 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"
}