Do the harlem shake
Make the current page do the harlem shake
Co to jest Do the harlem shake?
Do the harlem shake to rozszerzenie Chrome opracowane przez Jamie Davies, a jego główną funkcją jest „Make the current page do the harlem shake”.
Pobierz plik CRX rozszerzenia Do the harlem shake
Pobierz pliki rozszerzeń Do the harlem shake w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Make any website do the harlem shake Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mobbapdpmefdbmdhkokjehgdnaglfkfc |
| Oficjalny URL | https://chromewebstore.google.com/detail/do-the-harlem-shake/mobbapdpmefdbmdhkokjehgdnaglfkfc |
| Opis | Make the current page do the harlem shake |
| Rozmiar pliku | 1.09 MB |
| Liczba instalacji | 203 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2014-05-29 |
| Data Publikacji | 2014-05-29 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Jamie Davies |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |