Another One
This is for when you're doing situps or pushups... another one
Co to jest Another One?
Another One to rozszerzenie Chrome opracowane przez atanton, a jego główną funkcją jest „This is for when you're doing situps or pushups... another one”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Another One
Pobierz pliki rozszerzeń Another One 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
This useless chrome extension allows the user to open a new tab and hear the motivating command of DJ Khaled. Another One
Podstawowe informacje o rozszerzeniu
Nazwa | Another One |
ID | ffpbomldahncmnmmnadnjhngaiopolmk |
Oficjalny URL | https://chromewebstore.google.com/detail/another-one/ffpbomldahncmnmmnadnjhngaiopolmk |
Opis | This is for when you're doing situps or pushups... another one |
Rozmiar pliku | 24.71 KB |
Liczba instalacji | 136 |
Aktualna Wersja | 100.0 |
Ostatnia Aktualizacja | 2016-03-16 |
Data Publikacji | 2016-03-16 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | atanton |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Another One", "description": "This is for when you're doing situps or pushups... another one", "version": "100.0", "manifest_version": 2, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] } } |