Make Twitter Square Again
It's hip to be square.
Co to jest Make Twitter Square Again?
Make Twitter Square Again to rozszerzenie Chrome opracowane przez Taylor, a jego główną funkcją jest „It's hip to be square.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Make Twitter Square Again
Pobierz pliki rozszerzeń Make Twitter Square Again 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
Make Twitter Square Again! Don't like the new Twitter design? Nor do we. Download our extension to restore Twitter back to it's former glory.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | keiobocclhlchklcfmngllhlbbgfbkpa |
Oficjalny URL | https://chrome.google.com/webstore/detail/make-twitter-square-again/keiobocclhlchklcfmngllhlbbgfbkpa |
Opis | It's hip to be square. |
Rozmiar pliku | 6.59 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 0.1.4 |
Ostatnia Aktualizacja | 2017-06-16 |
Data Publikacji | 2017-06-16 |
Ocena | 2.33/5 Łącznie 3 Oceny |
Deweloper | Taylor |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Make Twitter Square Again", "version": "0.1.4", "description": "It's hip to be square.", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "120": "icon120.png" } } |