Another One
This is for when you're doing situps or pushups... another one
Wat is Another One?
Another One is een Chrome-extensie ontwikkeld door atanton, en de belangrijkste functie is "This is for when you're doing situps or pushups... another one".
Extensie Screenshots
Download het CRX-bestand van de extensie Another One
Download Another One-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
This useless chrome extension allows the user to open a new tab and hear the motivating command of DJ Khaled. Another One Basisinformatie over de Extensie
| Naam | |
| ID | ffpbomldahncmnmmnadnjhngaiopolmk |
| Officiële URL | https://chromewebstore.google.com/detail/another-one/ffpbomldahncmnmmnadnjhngaiopolmk |
| Beschrijving | This is for when you're doing situps or pushups... another one |
| Bestandsgrootte | 24.71 KB |
| Aantal Installaties | 136 |
| Huidige Versie | 100.0 |
| Laatst Bijgewerkt | 2016-03-16 |
| Publicatiedatum | 2016-03-16 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | atanton |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
} | |