Twitter old favourite

Replace the new twitter heart favourite icon with the old star icon.

Cos'è Twitter old favourite?

Twitter old favourite è un'estensione di Chrome sviluppata da Miles Croxford, e la sua funzione principale è "Replace the new twitter heart favourite icon with the old star icon.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter old favourite

Scarica i file di estensione Twitter old favourite 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 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.                    

Informazioni di Base sull'Estensione

Nome Twitter old favourite Twitter old favourite
ID lkfbecccmniadcbdhkeepdkfekhloinc
URL Ufficiale https://chrome.google.com/webstore/detail/twitter-old-favourite/lkfbecccmniadcbdhkeepdkfekhloinc
Descrizione Replace the new twitter heart favourite icon with the old star icon.
Dimensione del File 8.49 KB
Conteggio Installazioni 40
Versione Corrente 0.1
Ultimo Aggiornamento 2015-11-03
Data di Pubblicazione 2015-11-03
Valutazione 3.17/5 Totale 6 Valutazioni
Sviluppatore Miles Croxford
Tipo di Pagamento free
Sito Web dell'Estensione http://milescroxford.com
Lingue Supportate 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
}