Twitter Stars

Changes the new Twitter 'Like' heart back to the original 'Favorite' star!

Cos'è Twitter Stars?

Twitter Stars è un'estensione di Chrome sviluppata da Kieran Uddin, e la sua funzione principale è "Changes the new Twitter 'Like' heart back to the original 'Favorite' star!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter Stars

Scarica i file di estensione Twitter Stars in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Twitter Stars Twitter Stars
ID nbaegdkhokgebjcjjpjliefppcaalcea
URL Ufficiale https://chromewebstore.google.com/detail/twitter-stars/nbaegdkhokgebjcjjpjliefppcaalcea
Descrizione Changes the new Twitter 'Like' heart back to the original 'Favorite' star!
Dimensione del File 77.15 KB
Conteggio Installazioni 63
Versione Corrente 1.7.3
Ultimo Aggiornamento 2016-08-31
Data di Pubblicazione 2016-08-31
Valutazione 4.15/5 Totale 13 Valutazioni
Sviluppatore Kieran Uddin
Tipo di Pagamento free
Lingue Supportate 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"
    }
}