Messenger Clean Up

Removes Facebook instant game notifications from messenger.com and facebook.com

什麼是Messenger Clean Up?

Messenger Clean Up是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Removes Facebook instant game notifications from messenger.com and facebook.com”。

擴展截圖

screenshot
screenshot

下載Messenger Clean Up擴展crx文件

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

擴展使用說明

                        Instant Game notifications are pretty annoying. This extension removes Instant Game notifications on messenger.com                    

擴展基本資訊

名稱 Messenger Clean Up Messenger Clean Up
ID ehlignmalehipfgjncjmngndbgpjehed
官方網址 https://chromewebstore.google.com/detail/messenger-clean-up/ehlignmalehipfgjncjmngndbgpjehed
簡介 Removes Facebook instant game notifications from messenger.com and facebook.com
檔案大小 11.46 KB
安裝次數 714
目前版本 1.0
更新時間 2017-01-08
上架時間 2017-01-08
評分 3.50/5 共 12 次評分
開發者 Unknown
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Messenger Clean Up",
    "version": "1.0",
    "description": "Removes Facebook instant game notifications from messenger.com and facebook.com",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.messenger.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}