StalkerMode

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

StalkerMode là gì?

StalkerMode là một tiện ích mở rộng Chrome được phát triển bởi tsleeve, và tính năng chính của nó là "Disables/Hides fb social activity buttons (like, comment, share, add etc)".

Tải xuống tệp CRX của tiện ích mở rộng StalkerMode

Tải xuống các tệp mở rộng StalkerMode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên StalkerMode StalkerMode
ID hcipoaecncpapgbpkofhdbmmpajiaelj
URL Chính Thức https://chromewebstore.google.com/detail/stalkermode/hcipoaecncpapgbpkofhdbmmpajiaelj
Mô tả Disables/Hides fb social activity buttons (like, comment, share, add etc)
Kích Thước Tệp 68.21 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2016-12-31
Ngày Phát Hành 2016-12-31
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển tsleeve
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}