Another One
This is for when you're doing situps or pushups... another one
Was ist Another One?
Another One ist eine Chrome-Erweiterung, die von atanton entwickelt wurde, und ihr Hauptmerkmal ist "This is for when you're doing situps or pushups... another one".
Erweiterungsscreenshots
Another One-Erweiterungs-CRX-Datei herunterladen
Laden Sie Another One-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This useless chrome extension allows the user to open a new tab and hear the motivating command of DJ Khaled. Another One
Grundlegende Informationen zur Erweiterung
Name | Another One |
ID | ffpbomldahncmnmmnadnjhngaiopolmk |
Offizielle URL | https://chromewebstore.google.com/detail/another-one/ffpbomldahncmnmmnadnjhngaiopolmk |
Beschreibung | This is for when you're doing situps or pushups... another one |
Dateigröße | 24.71 KB |
Installationsanzahl | 136 |
Aktuelle Version | 100.0 |
Letztes Update | 2016-03-16 |
Veröffentlichungsdatum | 2016-03-16 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | atanton |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |