StalkerMode
Disables/Hides fb social activity buttons (like, comment, share, add etc)
What is StalkerMode?
StalkerMode is a Chrome extension developed by tsleeve, and its main feature is "Disables/Hides fb social activity buttons (like, comment, share, add etc)".
Download StalkerMode Extension CRX File
Download StalkerMode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | StalkerMode |
ID | hcipoaecncpapgbpkofhdbmmpajiaelj |
Official URL | https://chromewebstore.google.com/detail/stalkermode/hcipoaecncpapgbpkofhdbmmpajiaelj |
Description | Disables/Hides fb social activity buttons (like, comment, share, add etc) |
File Size | 68.21 KB |
Installation Count | 24 |
Current Version | 0.0.6 |
Last Updated | 2016-12-31 |
Publish Date | 2016-12-31 |
Rating | 5.00/5 Total 2 Ratings |
Developer | tsleeve |
Payment Type | free |
Supported Languages | 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" ] } |