StalkerMode

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

Cos'è StalkerMode?

StalkerMode è un'estensione di Chrome sviluppata da tsleeve, e la sua funzione principale è "Disables/Hides fb social activity buttons (like, comment, share, add etc)".

Scarica il file CRX dell'estensione StalkerMode

Scarica i file di estensione StalkerMode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome StalkerMode StalkerMode
ID hcipoaecncpapgbpkofhdbmmpajiaelj
URL Ufficiale https://chromewebstore.google.com/detail/stalkermode/hcipoaecncpapgbpkofhdbmmpajiaelj
Descrizione Disables/Hides fb social activity buttons (like, comment, share, add etc)
Dimensione del File 68.21 KB
Conteggio Installazioni 24
Versione Corrente 0.0.6
Ultimo Aggiornamento 2016-12-31
Data di Pubblicazione 2016-12-31
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore tsleeve
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}