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
官方URL 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"
    ]
}