Twitter Unfollow Nonfollowers
An easy to use twitter mass unfollow extension
Wat is Twitter Unfollow Nonfollowers?
Twitter Unfollow Nonfollowers is een Chrome-extensie ontwikkeld door https://theklimts.com, en de belangrijkste functie is "An easy to use twitter mass unfollow extension".
Download het CRX-bestand van de extensie Twitter Unfollow Nonfollowers
Download Twitter Unfollow Nonfollowers-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
Basisinformatie over de Extensie
Naam | |
ID | pfifdengebdnamnnmjnmilooodnncjok |
Officiële URL | https://chrome.google.com/webstore/detail/twitter-unfollow-nonfollo/pfifdengebdnamnnmjnmilooodnncjok |
Beschrijving | An easy to use twitter mass unfollow extension |
Bestandsgrootte | 70.45 KB |
Aantal Installaties | 146 |
Huidige Versie | 0.11 |
Laatst Bijgewerkt | 2016-01-20 |
Publicatiedatum | 2016-01-20 |
Beoordeling | 2.25/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://theklimts.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://theklimts.com |
Ondersteunde Talen | en |
manifest.json | |
{ "content_scripts": [ { "css": [ "css\/main.css" ], "js": [ "js\/jquery.js", "js\/app.js" ], "matches": [ "https:\/\/twitter.com\/*" ], "run_at": "document_end" } ], "description": "An easy to use twitter mass unfollow extension", "icons": { "128": "images\/128x128.png", "48": "images\/48x48.png" }, "manifest_version": 2, "name": "Twitter Unfollow Nonfollowers", "short_name": "Unfollow all those nasty people who aren't following you back", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.11" } |