Another One
This is for when you're doing situps or pushups... another one
Vad är Another One?
Another One är en Chrome-tillägg utvecklad av atanton, och dess huvudfunktion är "This is for when you're doing situps or pushups... another one".
Tilläggsskärmbilder
Ladda ner Another One-förlängningens CRX-fil
Ladda ner Another One-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This useless chrome extension allows the user to open a new tab and hear the motivating command of DJ Khaled. Another One Grundläggande Information om Tillägg
| Namn | |
| ID | ffpbomldahncmnmmnadnjhngaiopolmk |
| Officiell webbadress | https://chromewebstore.google.com/detail/another-one/ffpbomldahncmnmmnadnjhngaiopolmk |
| Beskrivning | This is for when you're doing situps or pushups... another one |
| Filstorlek | 24.71 KB |
| Antal Installationer | 136 |
| Aktuell Version | 100.0 |
| Senast Uppdaterad | 2016-03-16 |
| Publiceringsdatum | 2016-03-16 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | atanton |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
} | |