Simplify Twitter Web UI
Simplify the new Twitter Web UI
Co to jest Simplify Twitter Web UI?
Simplify Twitter Web UI to rozszerzenie Chrome opracowane przez lukeed, a jego główną funkcją jest „Simplify the new Twitter Web UI”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Simplify Twitter Web UI
Pobierz pliki rozszerzeń Simplify Twitter Web UI 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
**Why?**
- I don't like 3-column layouts (too busy)
- Hide "Trending For you" stuff – usually in the right sidebar
- Attempt to hide "Promoted Tweets" – currently works, but don't count on it
See the website for more info. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pobjlebhmdjbgfjhfdhblilmpjkegbfd |
| Oficjalny URL | https://chromewebstore.google.com/detail/simplify-twitter-web-ui/pobjlebhmdjbgfjhfdhblilmpjkegbfd |
| Opis | Simplify the new Twitter Web UI |
| Rozmiar pliku | 10.53 KB |
| Liczba instalacji | 383 |
| Aktualna Wersja | 2.0.0 |
| Ostatnia Aktualizacja | 2019-06-29 |
| Data Publikacji | 2019-06-29 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | lukeed |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/lukeed/twitter-simple-extension |
| Adres URL Strony Pomocy | https://github.com/lukeed/twitter-simple-extension/issues |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Simplify Twitter Web UI",
"version": "2.0.0",
"manifest_version": 2,
"description": "Simplify the new Twitter Web UI",
"homepage_url": "https:\/\/github.com\/lukeed\/twitter-simple-extension",
"icons": {
"128": "128x128.png"
},
"permissions": [
"https:\/\/twitter.com\/*",
"https:\/\/*.twitter.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/*\/twitter.com\/*"
],
"js": [
"index.min.js"
]
}
]
} | |