Twitter Filter
Hide people on Twitter without blocking or unfollowing them
Wat is Twitter Filter?
Twitter Filter is een Chrome-extensie ontwikkeld door lihan, en de belangrijkste functie is "Hide people on Twitter without blocking or unfollowing them".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter Filter
Download Twitter Filter-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
You can also filter phrases (TV show spoilers, sports tweets, etc). Leave a ★★★★★ review with feature request.
Basisinformatie over de Extensie
Naam | Twitter Filter |
ID | hfaokbpplplaeglmcpmjacghbnidjnll |
Officiële URL | https://chromewebstore.google.com/detail/twitter-filter/hfaokbpplplaeglmcpmjacghbnidjnll |
Beschrijving | Hide people on Twitter without blocking or unfollowing them |
Bestandsgrootte | 13.05 MB |
Aantal Installaties | 34 |
Huidige Versie | 0.1.4 |
Laatst Bijgewerkt | 2014-07-17 |
Publicatiedatum | 2014-07-16 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | lihan |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Filter", "version": "0.1.4", "manifest_version": 2, "description": "Hide people on Twitter without blocking or unfollowing them", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png" }, "background": { "scripts": [ "bower_components\/underscore\/underscore.js", "dist\/js\/util.js", "dist\/js\/background.js" ] }, "options_page": "dist\/options\/index.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Twitter filter" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/www.twitter.com\/*" ], "css": [ "dist\/css\/inject.css" ], "js": [ "bower_components\/underscore\/underscore.js", "bower_components\/jquery\/jquery.js", "bower_components\/backbone\/backbone.js", "dist\/js\/util.js", "dist\/js\/models.js", "dist\/js\/inject.js" ] } ] } |