Twitter Star
Return of the Twitter Tweet Star
Co to jest Twitter Star?
Twitter Star to rozszerzenie Chrome opracowane przez https://racecore.de, a jego główną funkcją jest „Return of the Twitter Tweet Star”.
Pobierz plik CRX rozszerzenia Twitter Star
Pobierz pliki rozszerzeń Twitter Star 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
Display the Twitter Star Icon for Tweets instead of the new Heart Icon
Podstawowe informacje o rozszerzeniu
Nazwa | Twitter Star |
ID | ejlhemceoomndpmpphfflhllfeedppdh |
Oficjalny URL | https://chromewebstore.google.com/detail/twitter-star/ejlhemceoomndpmpphfflhllfeedppdh |
Opis | Return of the Twitter Tweet Star |
Rozmiar pliku | 10.67 KB |
Liczba instalacji | 85 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2015-11-06 |
Data Publikacji | 2015-11-06 |
Ocena | 4.29/5 Łącznie 7 Oceny |
Deweloper | https://racecore.de |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ins0/chrome-twitter-star |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Star", "version": "0.0.2", "manifest_version": 2, "description": "Return of the Twitter Tweet Star", "homepage_url": "https:\/\/github.com\/ins0\/chrome-twitter-star", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/twitter.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "src\/twitter-star.css" ] } ] } |