TDFB

Add new tools to your favorite social media site.

ما هو TDFB؟

TDFB هو إضافة Chrome تم تطويرها بواسطة https://www.messengerhow.com، والميزة الرئيسية لها هي "Add new tools to your favorite social media site.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة TDFB

قم بتنزيل ملفات الامتداد TDFB بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة http://www.messengerhow.com/2016/12/fave-new-design-for-facebook.html?webstore=faq
عنوان صفحة سياسة الخصوصية 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"
}