Topic Blocker

Filter out Facebook posts by topic.

Wat is Topic Blocker?

Topic Blocker is een Chrome-extensie ontwikkeld door Adam, en de belangrijkste functie is "Filter out Facebook posts by topic.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Topic Blocker

Download Topic Blocker-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

                        Are you tired of reading posts in your Facebook News Feed about a specific (probably controversial) topic from all 1000 of your closest friends/enemies/acquaintances/pets/phrenologists?

Good news! When you get tired of a certain topic, just use Topic Blocker to block it!                    

Basisinformatie over de Extensie

Naam Topic Blocker Topic Blocker
ID nljofmjkcfcllbffocmfddhmapchciaj
Officiële URL https://chromewebstore.google.com/detail/topic-blocker/nljofmjkcfcllbffocmfddhmapchciaj
Beschrijving Filter out Facebook posts by topic.
Bestandsgrootte 51.05 KB
Aantal Installaties 73
Huidige Versie 0.0.1
Laatst Bijgewerkt 2014-07-10
Publicatiedatum 2014-07-10
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar Adam
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/16.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        },
        "default_title": "Topic Blocker",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/contentscript2.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}