UnlikeForever

Removes the ability to like things on facebook.

什麼是UnlikeForever?

UnlikeForever是由uduran12開發的Chrome擴展程式,該擴展的主要功能是“Removes the ability to like things on facebook.”。

下載UnlikeForever擴展crx文件

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

擴展使用說明

                        Removes the like button from facebook on Chrome. 

If you've ever accidentally liked something on facebook that you shouldnt have and have absolutely no self-control when it comes to likes. Then this is the extension for you!                    

擴展基本資訊

名稱 UnlikeForever UnlikeForever
ID oaglhgabcjieipchhchjpgbhfnekmmki
官方網址 https://chromewebstore.google.com/detail/unlikeforever/oaglhgabcjieipchhchjpgbhfnekmmki
簡介 Removes the ability to like things on facebook.
檔案大小 5.52 KB
安裝次數 43
目前版本 1.1
更新時間 2017-10-30
上架時間 2017-10-30
開發者 uduran12
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UnlikeForever",
    "version": "1.1",
    "description": "Removes the ability to like things on facebook.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ]
        }
    ]
}