StalkerMode

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

Wat is StalkerMode?

StalkerMode is een Chrome-extensie ontwikkeld door tsleeve, en de belangrijkste functie is "Disables/Hides fb social activity buttons (like, comment, share, add etc)".

Download het CRX-bestand van de extensie StalkerMode

Download StalkerMode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam StalkerMode StalkerMode
ID hcipoaecncpapgbpkofhdbmmpajiaelj
Officiële URL https://chromewebstore.google.com/detail/stalkermode/hcipoaecncpapgbpkofhdbmmpajiaelj
Beschrijving Disables/Hides fb social activity buttons (like, comment, share, add etc)
Bestandsgrootte 68.21 KB
Aantal Installaties 24
Huidige Versie 0.0.6
Laatst Bijgewerkt 2016-12-31
Publicatiedatum 2016-12-31
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar tsleeve
Betalingswijze free
Ondersteunde Talen 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"
    ]
}