Twitter old favourite
Replace the new twitter heart favourite icon with the old star icon.
Co to jest Twitter old favourite?
Twitter old favourite to rozszerzenie Chrome opracowane przez Miles Croxford, a jego główną funkcją jest „Replace the new twitter heart favourite icon with the old star icon.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitter old favourite
Pobierz pliki rozszerzeń Twitter old favourite 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
Don't like the new heart button? Feel no love? This extension reverts and replaces the new twitter heart favourite icon to that old yellow star that everyone is missing.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lkfbecccmniadcbdhkeepdkfekhloinc |
Oficjalny URL | https://chrome.google.com/webstore/detail/twitter-old-favourite/lkfbecccmniadcbdhkeepdkfekhloinc |
Opis | Replace the new twitter heart favourite icon with the old star icon. |
Rozmiar pliku | 8.49 KB |
Liczba instalacji | 40 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2015-11-03 |
Data Publikacji | 2015-11-03 |
Ocena | 3.17/5 Łącznie 6 Oceny |
Deweloper | Miles Croxford |
Typ Płatności | free |
Strona Rozszerzenia | http://milescroxford.com |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter old favourite", "description": "Replace the new twitter heart favourite icon with the old star icon.", "version": "0.1", "permissions": [ "*:\/\/twitter.com\/*" ], "web_accessible_resources": [ "stars.png" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "main.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |