Twitter Stars
Changes the new Twitter 'Like' heart back to the original 'Favorite' star!
Co to jest Twitter Stars?
Twitter Stars to rozszerzenie Chrome opracowane przez Kieran Uddin, a jego główną funkcją jest „Changes the new Twitter 'Like' heart back to the original 'Favorite' star!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitter Stars
Pobierz pliki rozszerzeń Twitter Stars 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 Twitter "Like" button? Install this Chrome extension today and change that pesky heart icon back to the original star! v1.7.3 Changelog - Fixed likes not being changed to favourites on certain pages. - Minor styling fixes.
Podstawowe informacje o rozszerzeniu
Nazwa | Twitter Stars |
ID | nbaegdkhokgebjcjjpjliefppcaalcea |
Oficjalny URL | https://chromewebstore.google.com/detail/twitter-stars/nbaegdkhokgebjcjjpjliefppcaalcea |
Opis | Changes the new Twitter 'Like' heart back to the original 'Favorite' star! |
Rozmiar pliku | 77.15 KB |
Liczba instalacji | 63 |
Aktualna Wersja | 1.7.3 |
Ostatnia Aktualizacja | 2016-08-31 |
Data Publikacji | 2016-08-31 |
Ocena | 4.15/5 Łącznie 13 Oceny |
Deweloper | Kieran Uddin |
Typ Płatności | free |
Obsługiwane Języki | en,en-GB,en-US,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Stars", "short_name": "Twitter Stars", "options_page": "options\/index.html", "default_locale": "en", "description": "Changes the new Twitter 'Like' heart back to the original 'Favorite' star!", "version": "1.7.3", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/www.twitter.com\/*", "https:\/\/www.twitter.com\/*", "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "jquery.js", "StarsMain.js" ] } ], "permissions": [ "tabs", "https:\/\/ajax.googleapis.com\/", "storage" ], "web_accessible_resources": [ "img\/animation.png", "style.css" ], "background": { "scripts": [ "jquery.js" ], "persistent": false }, "icons": { "128": "img\/icon.png" } } |