StalkerMode

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

StalkerModeคืออะไร?

StalkerMode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tsleeve และคุณลักษณะหลักของมันคือ "Disables/Hides fb social activity buttons (like, comment, share, add etc)"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StalkerMode

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}