Twitter Wide and Clear
Wide and Clear theme for Twitter website.
Co to jest Twitter Wide and Clear?
Twitter Wide and Clear to rozszerzenie Chrome opracowane przez https://www.arundavid.com, a jego główną funkcją jest „Wide and Clear theme for Twitter website.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitter Wide and Clear
Pobierz pliki rozszerzeń Twitter Wide and Clear 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
This extension makes twitter website to full width of the browser and removes the image/video/media preview from the timeline to increase the focus on content without distraction.
Podstawowe informacje o rozszerzeniu
Nazwa | Twitter Wide and Clear |
ID | blbmlgjoglkgoejpipkbhnbggoegkkmm |
Oficjalny URL | https://chromewebstore.google.com/detail/twitter-wide-and-clear/blbmlgjoglkgoejpipkbhnbggoegkkmm |
Opis | Wide and Clear theme for Twitter website. |
Rozmiar pliku | 58.29 KB |
Liczba instalacji | 40 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-06-30 |
Data Publikacji | 2015-06-30 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | https://www.arundavid.com |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Wide and Clear", "version": "1.0", "manifest_version": 2, "description": "Wide and Clear theme for Twitter website.", "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "jquery-1.7.2.min.js", "onload.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/twitter.com\/*" ] } |