StalkerMode
Disables/Hides fb social activity buttons (like, comment, share, add etc)
Co to jest StalkerMode?
StalkerMode to rozszerzenie Chrome opracowane przez tsleeve, a jego główną funkcją jest „Disables/Hides fb social activity buttons (like, comment, share, add etc)”.
Pobierz plik CRX rozszerzenia StalkerMode
Pobierz pliki rozszerzeń StalkerMode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)
Podstawowe informacje o rozszerzeniu
Nazwa | StalkerMode |
ID | hcipoaecncpapgbpkofhdbmmpajiaelj |
Oficjalny URL | https://chromewebstore.google.com/detail/stalkermode/hcipoaecncpapgbpkofhdbmmpajiaelj |
Opis | Disables/Hides fb social activity buttons (like, comment, share, add etc) |
Rozmiar pliku | 68.21 KB |
Liczba instalacji | 24 |
Aktualna Wersja | 0.0.6 |
Ostatnia Aktualizacja | 2016-12-31 |
Data Publikacji | 2016-12-31 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | tsleeve |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |