Do the harlem shake
Make the current page do the harlem shake
Wat is Do the harlem shake?
Do the harlem shake is een Chrome-extensie ontwikkeld door Jamie Davies, en de belangrijkste functie is "Make the current page do the harlem shake".
Download het CRX-bestand van de extensie Do the harlem shake
Download Do the harlem shake-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Make any website do the harlem shake Basisinformatie over de Extensie
| Naam | |
| ID | mobbapdpmefdbmdhkokjehgdnaglfkfc |
| Officiële URL | https://chromewebstore.google.com/detail/do-the-harlem-shake/mobbapdpmefdbmdhkokjehgdnaglfkfc |
| Beschrijving | Make the current page do the harlem shake |
| Bestandsgrootte | 1.09 MB |
| Aantal Installaties | 203 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2014-05-29 |
| Publicatiedatum | 2014-05-29 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Jamie Davies |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |