Shrug it off
Shrug it off
Cos'è Shrug it off?
Shrug it off è un'estensione di Chrome sviluppata da almcelmon, e la sua funzione principale è "Shrug it off".
Scarica il file CRX dell'estensione Shrug it off
Scarica i file di estensione Shrug it off 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
Copy various emotes to your clipboard.
Informazioni di Base sull'Estensione
Nome | Shrug it off |
ID | jmmjglmfijkbblhcdbehpcngbakkgkfl |
URL Ufficiale | https://chromewebstore.google.com/detail/shrug-it-off/jmmjglmfijkbblhcdbehpcngbakkgkfl |
Descrizione | Shrug it off |
Dimensione del File | 5.47 KB |
Conteggio Installazioni | 52 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-01-19 |
Data di Pubblicazione | 2016-01-19 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | almcelmon |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shrug it off", "description": "Shrug it off", "permissions": [ "clipboardRead" ], "icons": { "32": "shrug32.png", "128": "shrug128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "shrug32.png", "default_popup": "menu.html" }, "version": "1.0", "minimum_chrome_version": "9", "manifest_version": 2 } |