StalkerMode
Disables/Hides fb social activity buttons (like, comment, share, add etc)
Co je StalkerMode?
StalkerMode je rozšíření Chrome vyvinuté tsleeve, a jeho hlavní funkcí je „Disables/Hides fb social activity buttons (like, comment, share, add etc)“.
Stáhnout soubor CRX rozšíření StalkerMode
Stáhněte si soubory rozšíření StalkerMode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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)
Základní Informace o Rozšíření
Název | StalkerMode |
ID | hcipoaecncpapgbpkofhdbmmpajiaelj |
Oficiální URL | https://chromewebstore.google.com/detail/stalkermode/hcipoaecncpapgbpkofhdbmmpajiaelj |
Popis | Disables/Hides fb social activity buttons (like, comment, share, add etc) |
Velikost souboru | 68.21 KB |
Počet instalací | 24 |
Aktuální Verze | 0.0.6 |
Poslední Aktualizace | 2016-12-31 |
Datum Vydání | 2016-12-31 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | tsleeve |
Typ Platby | free |
Podporované Jazyky | 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" ] } |