Marvel-DC Blocker

Remove any shitty post about Marvel/DC universe from Facebook.

Wat is Marvel-DC Blocker?

Marvel-DC Blocker is een Chrome-extensie ontwikkeld door Fernando Paladini, en de belangrijkste functie is "Remove any shitty post about Marvel/DC universe from Facebook.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Marvel-DC Blocker

Download Marvel-DC 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

                        Chrome Extension that removes all Facebook posts that mention any shit from Marvel or DC universe. 

For unknown reasons (during my childhood and probably related to my parents), I don't like anything related to super heroes. I know that most of you like movies and comics about heroes from Marvel and DC - and I respect it, but I personally don't like it. I mean, I really don't like it. It make me feel angry. Very. Angry.

Summarizing, I don't want to see anything related to "Civil War", "#TeamIronMan", "#TeamCap" or any shitty post from Marvel / DC universe in my Facebook. If you neither, then download this extension and be happy :)                    

Basisinformatie over de Extensie

Naam Marvel-DC Blocker Marvel-DC Blocker
ID bjmlbgigclhoakjnkmpmlolgogjeinmf
Officiële URL https://chromewebstore.google.com/detail/marvel-dc-blocker/bjmlbgigclhoakjnkmpmlolgogjeinmf
Beschrijving Remove any shitty post about Marvel/DC universe from Facebook.
Bestandsgrootte 15.03 KB
Aantal Installaties 24
Huidige Versie 1.0
Laatst Bijgewerkt 2016-03-26
Publicatiedatum 2016-03-25
Beoordeling 2.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Fernando Paladini
Betalingswijze free
Extensiewebsite https://github.com/paladini/marveldc_blocker
Help Pagina-URL https://github.com/paladini/marveldc_blocker/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Marvel-DC Blocker",
    "description": "Remove any shitty post about Marvel\/DC universe from Facebook.",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "scripts\/facebook_filter.js"
            ]
        }
    ]
}