StalkerMode
Disables/Hides fb social activity buttons (like, comment, share, add etc)
Vad är StalkerMode?
StalkerMode är en Chrome-tillägg utvecklad av tsleeve, och dess huvudfunktion är "Disables/Hides fb social activity buttons (like, comment, share, add etc)".
Ladda ner StalkerMode-förlängningens CRX-fil
Ladda ner StalkerMode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)
Grundläggande Information om Tillägg
Namn | StalkerMode |
ID | hcipoaecncpapgbpkofhdbmmpajiaelj |
Officiell webbadress | https://chromewebstore.google.com/detail/stalkermode/hcipoaecncpapgbpkofhdbmmpajiaelj |
Beskrivning | Disables/Hides fb social activity buttons (like, comment, share, add etc) |
Filstorlek | 68.21 KB |
Antal Installationer | 24 |
Aktuell Version | 0.0.6 |
Senast Uppdaterad | 2016-12-31 |
Publiceringsdatum | 2016-12-31 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | tsleeve |
Betalningssätt | free |
Stödda Språk | 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" ] } |