StalkerMode

Disables/Hides fb social activity buttons (like, comment, share, add etc)

什麼是StalkerMode?

StalkerMode是由tsleeve開發的Chrome擴展程式,該擴展的主要功能是“Disables/Hides fb social activity buttons (like, comment, share, add etc)”。

下載StalkerMode擴展crx文件

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

擴展使用說明

                        Prevents clicking of social activity buttons when stalking people on fb. 
When clicked on, it disables like, comment, share, add friend, post on timeline etc buttons and removes your hanging comment inputbox under posts. 
You have to press the icon for each fb tab you want to secure. 
It can handle multiple tabs at the same time. 
(So, if you want to return to normal, just open a new tab)                    

擴展基本資訊

名稱 StalkerMode StalkerMode
ID hcipoaecncpapgbpkofhdbmmpajiaelj
官方網址 https://chromewebstore.google.com/detail/stalkermode/hcipoaecncpapgbpkofhdbmmpajiaelj
簡介 Disables/Hides fb social activity buttons (like, comment, share, add etc)
檔案大小 68.21 KB
安裝次數 24
目前版本 0.0.6
更新時間 2016-12-31
上架時間 2016-12-31
評分 5.00/5 共 2 次評分
開發者 tsleeve
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StalkerMode",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Disables\/Hides fb social activity buttons (like, comment, share, add etc)",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Click to activate for each fb Tab",
        "default_icon": "no-facebook-like.png"
    },
    "permissions": [
        "https:\/\/www.facebook.com\/*",
        "http:\/\/www.facebook.com\/*",
        "tabs"
    ]
}