WHATAREYOUDOING Extension
When you click the button it goes WHAT ARE YOU DOING!
Cos'è WHATAREYOUDOING Extension?
WHATAREYOUDOING Extension è un'estensione di Chrome sviluppata da MultiLagio, e la sua funzione principale è "When you click the button it goes WHAT ARE YOU DOING!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WHATAREYOUDOING Extension
Scarica i file di estensione WHATAREYOUDOING Extension 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
When installing this extension, it puts a button to the right of the omnibox which is used for fun. When clicked it plays "WHATAREYOUDOING" and shows a little picture of "Robbie Rotten". Its really funny when played at the right` time. ;) Informazioni di Base sull'Estensione
| Nome | |
| ID | llddhchjnhehgmmgepgblhigldicnjpc |
| URL Ufficiale | https://chromewebstore.google.com/detail/whatareyoudoing-extension/llddhchjnhehgmmgepgblhigldicnjpc |
| Descrizione | When you click the button it goes WHAT ARE YOU DOING! |
| Dimensione del File | 216 KB |
| Conteggio Installazioni | 571 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2016-11-07 |
| Data di Pubblicazione | 2016-11-07 |
| Valutazione | 4.73/5 Totale 15 Valutazioni |
| Sviluppatore | MultiLagio |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "WHATAREYOUDOING Extension",
"description": "When you click the button it goes WHAT ARE YOU DOING!",
"version": "1.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "wtf.html"
},
"permissions": [
"activeTab"
]
} | |