Twitter Square Icons
Revert the latest stupid Twitter change
Co to jest Twitter Square Icons?
Twitter Square Icons to rozszerzenie Chrome opracowane przez Suyooo, a jego główną funkcją jest „Revert the latest stupid Twitter change”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitter Square Icons
Pobierz pliki rozszerzeń Twitter Square Icons 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
Reverts (most) avatars back to slightly rounded corners instead of circles.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dddlbjknknopkfeeoakgdijdilmdnnhe |
Oficjalny URL | https://chrome.google.com/webstore/detail/twitter-square-icons/dddlbjknknopkfeeoakgdijdilmdnnhe |
Opis | Revert the latest stupid Twitter change |
Rozmiar pliku | 3.3 KB |
Liczba instalacji | 32 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-06-16 |
Data Publikacji | 2017-06-16 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Suyooo |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Square Icons", "description": "Revert the latest stupid Twitter change", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/tweetdeck.twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |