Sh*tblocker
Some people choose to poop all over your news feed. Don't let them.
Qu'est-ce que Sh*tblocker ?
Sh*tblocker est une extension Chrome développée par andersrex.com, et sa fonction principale est "Some people choose to poop all over your news feed. Don't let them.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sh*tblocker
Téléchargez les fichiers d'extension Sh*tblocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ekgckjpfcpckmilbopfclfmpplajpddp |
URL Officiel | https://chrome.google.com/webstore/detail/shtblocker/ekgckjpfcpckmilbopfclfmpplajpddp |
Description | Some people choose to poop all over your news feed. Don't let them. |
Taille du Fichier | 54.31 KB |
Nombre d'Installations | 27 |
Version Actuelle | 0.1.3 |
Dernière Mise à Jour | 2014-05-30 |
Date de Publication | 2014-05-30 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | andersrex.com |
Type de Paiement | free |
Site Web de l'Extension | http://false.brace.io/ |
Langues Prises en Charge | 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 } |