Another One

This is for when you're doing situps or pushups... another one

Cos'è Another One?

Another One è un'estensione di Chrome sviluppata da atanton, e la sua funzione principale è "This is for when you're doing situps or pushups... another one".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Another One

Scarica i file di estensione Another One in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This useless chrome extension allows the user to open a new tab and hear the motivating command of DJ Khaled. Another One                    

Informazioni di Base sull'Estensione

Nome Another One Another One
ID ffpbomldahncmnmmnadnjhngaiopolmk
URL Ufficiale https://chromewebstore.google.com/detail/another-one/ffpbomldahncmnmmnadnjhngaiopolmk
Descrizione This is for when you're doing situps or pushups... another one
Dimensione del File 24.71 KB
Conteggio Installazioni 136
Versione Corrente 100.0
Ultimo Aggiornamento 2016-03-16
Data di Pubblicazione 2016-03-16
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore atanton
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}