Remove Unnecessary Tweets
Extension removes tweets other people's likes, from your timeline.
Co je Remove Unnecessary Tweets?
Remove Unnecessary Tweets je rozšíření Chrome vyvinuté emreerkoca, a jeho hlavní funkcí je „Extension removes tweets other people's likes, from your timeline.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Remove Unnecessary Tweets
Stáhněte si soubory rozšíření Remove Unnecessary Tweets ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | daicnhdooapknokokdpigjfmljkiekmd |
Oficiální URL | https://chrome.google.com/webstore/detail/daicnhdooapknokokdpigjfmljkiekmd |
Popis | Extension removes tweets other people's likes, from your timeline. |
Velikost souboru | 6.95 KB |
Počet instalací | 80 |
Aktuální Verze | 0.0.2 |
Poslední Aktualizace | 2020-11-05 |
Datum Vydání | 2020-11-05 |
Vývojář | emreerkoca |
Typ Platby | free |
Podporované Jazyky | 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" } } |