StalkerMode

Disables/Hides fb social activity buttons (like, comment, share, add etc)

Was ist StalkerMode?

StalkerMode ist eine Chrome-Erweiterung, die von tsleeve entwickelt wurde, und ihr Hauptmerkmal ist "Disables/Hides fb social activity buttons (like, comment, share, add etc)".

StalkerMode-Erweiterungs-CRX-Datei herunterladen

Laden Sie StalkerMode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name StalkerMode StalkerMode
ID hcipoaecncpapgbpkofhdbmmpajiaelj
Offizielle URL https://chromewebstore.google.com/detail/stalkermode/hcipoaecncpapgbpkofhdbmmpajiaelj
Beschreibung Disables/Hides fb social activity buttons (like, comment, share, add etc)
Dateigröße 68.21 KB
Installationsanzahl 24
Aktuelle Version 0.0.6
Letztes Update 2016-12-31
Veröffentlichungsdatum 2016-12-31
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler tsleeve
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}