Sh*tblocker
Some people choose to poop all over your news feed. Don't let them.
Was ist Sh*tblocker?
Sh*tblocker ist eine Chrome-Erweiterung, die von andersrex.com entwickelt wurde, und ihr Hauptmerkmal ist "Some people choose to poop all over your news feed. Don't let them.".
Erweiterungsscreenshots
Sh*tblocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sh*tblocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | ekgckjpfcpckmilbopfclfmpplajpddp |
Offizielle URL | https://chrome.google.com/webstore/detail/shtblocker/ekgckjpfcpckmilbopfclfmpplajpddp |
Beschreibung | Some people choose to poop all over your news feed. Don't let them. |
Dateigröße | 54.31 KB |
Installationsanzahl | 27 |
Aktuelle Version | 0.1.3 |
Letztes Update | 2014-05-30 |
Veröffentlichungsdatum | 2014-05-30 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | andersrex.com |
Zahlungsart | free |
Erweiterungswebsite | http://false.brace.io/ |
Unterstützte Sprachen | 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 } |