Do the harlem shake
Make the current page do the harlem shake
Cos'è Do the harlem shake?
Do the harlem shake è un'estensione di Chrome sviluppata da Jamie Davies, e la sua funzione principale è "Make the current page do the harlem shake".
Scarica il file CRX dell'estensione Do the harlem shake
Scarica i file di estensione Do the harlem shake 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
Make any website do the harlem shake Informazioni di Base sull'Estensione
| Nome | |
| ID | mobbapdpmefdbmdhkokjehgdnaglfkfc |
| URL Ufficiale | https://chromewebstore.google.com/detail/do-the-harlem-shake/mobbapdpmefdbmdhkokjehgdnaglfkfc |
| Descrizione | Make the current page do the harlem shake |
| Dimensione del File | 1.09 MB |
| Conteggio Installazioni | 203 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2014-05-29 |
| Data di Pubblicazione | 2014-05-29 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Jamie Davies |
| Tipo di Pagamento | free |
| Lingue Supportate | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Do the harlem shake",
"description": "Make the current page do the harlem shake",
"author": "Jamie Davies",
"homepage_url": "http:\/\/twitter.com\/viralpickaxe",
"offline_enabled": false,
"version": "1.0",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_title": "Do the harlem shake!",
"default_icon": {
"19": "icon19.png",
"38": "icon38.png"
}
},
"manifest_version": 2
} | |