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.

ما هو No More Timeline for Facebook؟

No More Timeline for Facebook هو إضافة Chrome تم تطويرها بواسطة startupbuffer، والميزة الرئيسية لها هي "No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.".

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

screenshot

تحميل ملف CRX للإضافة No More Timeline for Facebook

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

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

                        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.                    

معلومات أساسية عن التمديد

الاسم No More Timeline for Facebook No More Timeline for Facebook
ID knojhelebinecbcocnaobgkbilmfcekm
عنوان URL الرسمي https://chromewebstore.google.com/detail/no-more-timeline-for-face/knojhelebinecbcocnaobgkbilmfcekm
الوصف No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.
حجم الملف 194 KB
عدد التثبيتات 303
النسخة الحالية 0.0.2
آخر تحديث 2021-03-03
تاريخ النشر 2021-03-03
تقييم 3.38/5 مجموع تقييمات 16
المطور startupbuffer
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://startupbuffer.com?utm_source=nmtfb_webstore_listing
عنوان صفحة سياسة الخصوصية https://startupbuffer.com/site/privacy
اللغات المدعومة 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"
    ]
}