Twitter Stars
Changes the new Twitter 'Like' heart back to the original 'Favorite' star!
O que é Twitter Stars?
Twitter Stars é uma extensão do Chrome desenvolvida por Kieran Uddin, e sua principal característica é "Changes the new Twitter 'Like' heart back to the original 'Favorite' star!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitter Stars
Baixe arquivos de extensão Twitter Stars no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Twitter Stars |
ID | nbaegdkhokgebjcjjpjliefppcaalcea |
URL Oficial | https://chromewebstore.google.com/detail/twitter-stars/nbaegdkhokgebjcjjpjliefppcaalcea |
Descrição | Changes the new Twitter 'Like' heart back to the original 'Favorite' star! |
Tamanho do Arquivo | 77.15 KB |
Contagem de Instalações | 63 |
Versão Atual | 1.7.3 |
Última Atualização | 2016-08-31 |
Data de Publicação | 2016-08-31 |
Classificação | 4.15/5 Total de 13 Avaliações |
Desenvolvedor | Kieran Uddin |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |