facebook-plus

Make facebook more productive

什麼是facebook-plus?

facebook-plus是由briancruddy開發的Chrome擴展程式,該擴展的主要功能是“Make facebook more productive”。

下載facebook-plus擴展crx文件

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

擴展使用說明

                        IT folks rejoice! Make your employees more productive at work by blocking facebook messenger. Well, technically, instead of blocking it you're just removing the chat dialog from the DOM but it accomplishes the same goal.                    

擴展基本資訊

名稱 facebook-plus facebook-plus
ID onhfdclbcdgieckfajmjfelmgkjeckbj
官方網址 https://chrome.google.com/webstore/detail/facebook-plus/onhfdclbcdgieckfajmjfelmgkjeckbj
簡介 Make facebook more productive
檔案大小 3.13 KB
安裝次數 16
目前版本 1.2
更新時間 2016-08-26
上架時間 2016-08-26
評分 4.50/5 共 2 次評分
開發者 briancruddy
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "facebook-plus",
    "description": "Make facebook more productive",
    "version": "1.2",
    "permissions": [
        "https:\/\/www.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "facebook-plus.js"
            ]
        }
    ]
}