StalkerMode

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

O que é StalkerMode?

StalkerMode é uma extensão do Chrome desenvolvida por tsleeve, e sua principal característica é "Disables/Hides fb social activity buttons (like, comment, share, add etc)".

Baixar o arquivo CRX da Extensão StalkerMode

Baixe arquivos de extensão StalkerMode no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome StalkerMode StalkerMode
ID hcipoaecncpapgbpkofhdbmmpajiaelj
URL Oficial https://chromewebstore.google.com/detail/stalkermode/hcipoaecncpapgbpkofhdbmmpajiaelj
Descrição Disables/Hides fb social activity buttons (like, comment, share, add etc)
Tamanho do Arquivo 68.21 KB
Contagem de Instalações 24
Versão Atual 0.0.6
Última Atualização 2016-12-31
Data de Publicação 2016-12-31
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor tsleeve
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}