Another One
This is for when you're doing situps or pushups... another one
Hvad er Another One?
Another One er en Chrome-udvidelse udviklet af atanton, og dens hovedfunktion er "This is for when you're doing situps or pushups... another one".
Udvidelsesskærmbilleder
Download Another One-udvidelses-CRX-fil
Download Another One-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This useless chrome extension allows the user to open a new tab and hear the motivating command of DJ Khaled. Another One Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ffpbomldahncmnmmnadnjhngaiopolmk |
| Officiel URL | https://chromewebstore.google.com/detail/another-one/ffpbomldahncmnmmnadnjhngaiopolmk |
| Beskrivelse | This is for when you're doing situps or pushups... another one |
| Filstørrelse | 24.71 KB |
| Antal Installationer | 136 |
| Nuværende Version | 100.0 |
| Senest Opdateret | 2016-03-16 |
| Udgivelsesdato | 2016-03-16 |
| Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
| Udvikler | atanton |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
} | |