Marvel-DC Blocker
Remove any shitty post about Marvel/DC universe from Facebook.
What is Marvel-DC Blocker?
Marvel-DC Blocker is a Chrome extension developed by Fernando Paladini, and its main feature is "Remove any shitty post about Marvel/DC universe from Facebook.".
Extension Screenshots
Download Marvel-DC Blocker Extension CRX File
Download Marvel-DC Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 :)
Extension Basic Information
Name | Marvel-DC Blocker |
ID | bjmlbgigclhoakjnkmpmlolgogjeinmf |
Official URL | https://chromewebstore.google.com/detail/marvel-dc-blocker/bjmlbgigclhoakjnkmpmlolgogjeinmf |
Description | Remove any shitty post about Marvel/DC universe from Facebook. |
File Size | 15.03 KB |
Installation Count | 24 |
Current Version | 1.0 |
Last Updated | 2016-03-26 |
Publish Date | 2016-03-25 |
Rating | 2.00/5 Total 4 Ratings |
Developer | Fernando Paladini |
Payment Type | free |
Extension Website | https://github.com/paladini/marveldc_blocker |
Help Page URL | https://github.com/paladini/marveldc_blocker/issues |
Supported Languages | 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" ] } ] } |