Another One
This is for when you're doing situps or pushups... another one
Qu'est-ce que Another One ?
Another One est une extension Chrome développée par atanton, et sa fonction principale est "This is for when you're doing situps or pushups... another one".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Another One
Téléchargez les fichiers d'extension Another One au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This useless chrome extension allows the user to open a new tab and hear the motivating command of DJ Khaled. Another One
Informations de Base sur l'Extension
Nom | Another One |
ID | ffpbomldahncmnmmnadnjhngaiopolmk |
URL Officiel | https://chromewebstore.google.com/detail/another-one/ffpbomldahncmnmmnadnjhngaiopolmk |
Description | This is for when you're doing situps or pushups... another one |
Taille du Fichier | 24.71 KB |
Nombre d'Installations | 136 |
Version Actuelle | 100.0 |
Dernière Mise à Jour | 2016-03-16 |
Date de Publication | 2016-03-16 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | atanton |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |