Remove Unnecessary Tweets
Extension removes tweets other people's likes, from your timeline.
Cos'è Remove Unnecessary Tweets?
Remove Unnecessary Tweets è un'estensione di Chrome sviluppata da emreerkoca, e la sua funzione principale è "Extension removes tweets other people's likes, from your timeline.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Remove Unnecessary Tweets
Scarica i file di estensione Remove Unnecessary Tweets in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | daicnhdooapknokokdpigjfmljkiekmd |
URL Ufficiale | https://chrome.google.com/webstore/detail/daicnhdooapknokokdpigjfmljkiekmd |
Descrizione | Extension removes tweets other people's likes, from your timeline. |
Dimensione del File | 6.95 KB |
Conteggio Installazioni | 80 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2020-11-05 |
Data di Pubblicazione | 2020-11-05 |
Sviluppatore | emreerkoca |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |