Sh*tblocker

Some people choose to poop all over your news feed. Don't let them.

¿Qué es Sh*tblocker?

Sh*tblocker es una extensión de Chrome desarrollada por andersrex.com, y su función principal es "Some people choose to poop all over your news feed. Don't let them.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Sh*tblocker

Descarga archivos de extensión Sh*tblocker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Sh*tblocker is the tool that let's you block unwanted posts from your Facebook newsfeed.

Simply install the plugin, type in a keyword or URL that you wish to block, and it will be magically blocked from clogging up your feed.

http://false.brace.io                    

Información Básica de la Extensión

Nombre Sh*tblocker Sh*tblocker
ID ekgckjpfcpckmilbopfclfmpplajpddp
URL Oficial https://chrome.google.com/webstore/detail/shtblocker/ekgckjpfcpckmilbopfclfmpplajpddp
Descripción Some people choose to poop all over your news feed. Don't let them.
Tamaño del Archivo 54.31 KB
Cantidad de Instalaciones 27
Versión Actual 0.1.3
Última Actualización 2014-05-30
Fecha de Publicación 2014-05-30
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador andersrex.com
Tipo de Pago free
Sitio Web de la Extensión http://false.brace.io/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sh*tblocker",
    "description": "Some people choose to poop all over your news feed. Don't let them.",
    "author": "False",
    "version": "0.1.3",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*.facebook.com\/*",
        "https:\/\/*.facebook.com\/*",
        "storage"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "matches": [
            "*:\/\/*.facebook.com\/*"
        ],
        "default_title": "Sh*tblocker",
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}