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是由startupbuffer開發的Chrome擴展程式,該擴展的主要功能是“No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.”。

擴展截圖

screenshot

下載No More Timeline for Facebook擴展crx文件

下載No More Timeline for Facebook擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
隱私政策頁面URL 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"
    ]
}