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"
    ]
}