Remove Unnecessary Tweets
Extension removes tweets other people's likes, from your timeline.
Vad är Remove Unnecessary Tweets?
Remove Unnecessary Tweets är en Chrome-tillägg utvecklad av emreerkoca, och dess huvudfunktion är "Extension removes tweets other people's likes, from your timeline.".
Tilläggsskärmbilder
Ladda ner Remove Unnecessary Tweets-förlängningens CRX-fil
Ladda ner Remove Unnecessary Tweets-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | daicnhdooapknokokdpigjfmljkiekmd |
Officiell webbadress | https://chrome.google.com/webstore/detail/daicnhdooapknokokdpigjfmljkiekmd |
Beskrivning | Extension removes tweets other people's likes, from your timeline. |
Filstorlek | 6.95 KB |
Antal Installationer | 80 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2020-11-05 |
Publiceringsdatum | 2020-11-05 |
Utvecklare | emreerkoca |
Betalningssätt | free |
Stödda Språk | 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" } } |