Twitter Stars
Changes the new Twitter 'Like' heart back to the original 'Favorite' star!
¿Qué es Twitter Stars?
Twitter Stars es una extensión de Chrome desarrollada por Kieran Uddin, y su función principal es "Changes the new Twitter 'Like' heart back to the original 'Favorite' star!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Twitter Stars
Descarga archivos de extensión Twitter Stars en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Twitter Stars |
ID | nbaegdkhokgebjcjjpjliefppcaalcea |
URL Oficial | https://chromewebstore.google.com/detail/twitter-stars/nbaegdkhokgebjcjjpjliefppcaalcea |
Descripción | Changes the new Twitter 'Like' heart back to the original 'Favorite' star! |
Tamaño del Archivo | 77.15 KB |
Cantidad de Instalaciones | 63 |
Versión Actual | 1.7.3 |
Última Actualización | 2016-08-31 |
Fecha de Publicación | 2016-08-31 |
Calificación | 4.15/5 Total de 13 Calificaciones |
Desarrollador | Kieran Uddin |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |