Twitter Star

Return of the Twitter Tweet Star

Cos'è Twitter Star?

Twitter Star è un'estensione di Chrome sviluppata da https://racecore.de, e la sua funzione principale è "Return of the Twitter Tweet Star".

Scarica il file CRX dell'estensione Twitter Star

Scarica i file di estensione Twitter Star 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

                        Display the Twitter Star Icon for Tweets instead of the new Heart Icon                    

Informazioni di Base sull'Estensione

Nome Twitter Star Twitter Star
ID ejlhemceoomndpmpphfflhllfeedppdh
URL Ufficiale https://chromewebstore.google.com/detail/twitter-star/ejlhemceoomndpmpphfflhllfeedppdh
Descrizione Return of the Twitter Tweet Star
Dimensione del File 10.67 KB
Conteggio Installazioni 85
Versione Corrente 0.0.2
Ultimo Aggiornamento 2015-11-06
Data di Pubblicazione 2015-11-06
Valutazione 4.29/5 Totale 7 Valutazioni
Sviluppatore https://racecore.de
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ins0/chrome-twitter-star
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Star",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Return of the Twitter Tweet Star",
    "homepage_url": "https:\/\/github.com\/ins0\/chrome-twitter-star",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "src\/twitter-star.css"
            ]
        }
    ]
}