Simplified Twitter
Remove distractions from the new Twitter layout
Co to jest Simplified Twitter?
Simplified Twitter to rozszerzenie Chrome opracowane przez Bruno Lemos, a jego główną funkcją jest „Remove distractions from the new Twitter layout”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Simplified Twitter
Pobierz pliki rozszerzeń Simplified Twitter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Improve the Twitter experience by decluttering the layout: No trends column, no giant menu, no distracting elements. Focus on what matters: the tweets. AVAILABLE FOR ALL BROWSERS.
Podstawowe informacje o rozszerzeniu
Nazwa | Simplified Twitter |
ID | kfopmjhmejbgomgeajemgpgpbckpoopg |
Oficjalny URL | https://chromewebstore.google.com/detail/simplified-twitter/kfopmjhmejbgomgeajemgpgpbckpoopg |
Opis | Remove distractions from the new Twitter layout |
Rozmiar pliku | 14.05 KB |
Liczba instalacji | 2,394 |
Aktualna Wersja | 1.8.1 |
Ostatnia Aktualizacja | 2023-11-22 |
Data Publikacji | 2020-04-25 |
Ocena | 4.70/5 Łącznie 20 Oceny |
Deweloper | Bruno Lemos |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/brunolemos/simplified-twitter |
Adres URL Strony Pomocy | https://github.com/brunolemos/simplified-twitter |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simplified Twitter", "version": "1.8.1", "description": "Remove distractions from the new Twitter layout", "short_name": "Simplified Twitter", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/x.com\/*", "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "css": [ "styles.css" ], "js": [ "index.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } } |