StalkerMode
Disables/Hides fb social activity buttons (like, comment, share, add etc)
Qu'est-ce que StalkerMode ?
StalkerMode est une extension Chrome développée par tsleeve, et sa fonction principale est "Disables/Hides fb social activity buttons (like, comment, share, add etc)".
Télécharger le fichier CRX de l'extension StalkerMode
Téléchargez les fichiers d'extension StalkerMode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | StalkerMode |
ID | hcipoaecncpapgbpkofhdbmmpajiaelj |
URL Officiel | https://chromewebstore.google.com/detail/stalkermode/hcipoaecncpapgbpkofhdbmmpajiaelj |
Description | Disables/Hides fb social activity buttons (like, comment, share, add etc) |
Taille du Fichier | 68.21 KB |
Nombre d'Installations | 24 |
Version Actuelle | 0.0.6 |
Dernière Mise à Jour | 2016-12-31 |
Date de Publication | 2016-12-31 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | tsleeve |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |