Remove Unnecessary Tweets
Extension removes tweets other people's likes, from your timeline.
Wat is Remove Unnecessary Tweets?
Remove Unnecessary Tweets is een Chrome-extensie ontwikkeld door emreerkoca, en de belangrijkste functie is "Extension removes tweets other people's likes, from your timeline.".
Extensie Screenshots
Download het CRX-bestand van de extensie Remove Unnecessary Tweets
Download Remove Unnecessary Tweets-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' re following some account for information but some people like funny tweets. If you think this is time loosing and you don' t want to see 'X liked this' etc. tweets, you can use this. So you can obtain more good Twitter timeline.
Basisinformatie over de Extensie
Naam | |
ID | daicnhdooapknokokdpigjfmljkiekmd |
Officiële URL | https://chrome.google.com/webstore/detail/daicnhdooapknokokdpigjfmljkiekmd |
Beschrijving | Extension removes tweets other people's likes, from your timeline. |
Bestandsgrootte | 6.95 KB |
Aantal Installaties | 80 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2020-11-05 |
Publicatiedatum | 2020-11-05 |
Ontwikkelaar | emreerkoca |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove Unnecessary Tweets", "description": "Extension removes tweets other people's likes, from your timeline.", "version": "0.0.2", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "browser_action": { "default_icon": "twitter_icon.png", "default_popup": "popup.html" } } |