Twitter-💓🍣
Let you change the new Twitter Like Heart into 🍣.
Cos'è Twitter-💓🍣?
Twitter-💓🍣 è un'estensione di Chrome sviluppata da tatzyr, e la sua funzione principale è "Let you change the new Twitter Like Heart into 🍣.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter-💓🍣
Scarica i file di estensione Twitter-💓🍣 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
Informazioni di Base sull'Estensione
Nome | Twitter-💓🍣 |
ID | mjpkliiekogffkgegdgendlnbjllncem |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-%F0%9F%92%93%F0%9F%8D%A3/mjpkliiekogffkgegdgendlnbjllncem |
Descrizione | Let you change the new Twitter Like Heart into 🍣. |
Dimensione del File | 107 KB |
Conteggio Installazioni | 691 |
Versione Corrente | 0.3.0 |
Ultimo Aggiornamento | 2017-06-16 |
Data di Pubblicazione | 2017-06-16 |
Valutazione | 4.50/5 Totale 32 Valutazioni |
Sviluppatore | tatzyr |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter-\ud83d\udc93\ud83c\udf63", "version": "0.3.0", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "manifest_version": 2, "description": "Let you change the new Twitter Like Heart into \ud83c\udf63.", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "js\/jquery-2.1.4.min.js", "js\/script.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "img\/sushi_nonanimation.png", "img\/sushi_notification.png" ] } |