The BOOK of Happy Acres VIP

Extension to BOOK for HAPPY ACRES by Nikodemo

Cos'è The BOOK of Happy Acres VIP?

The BOOK of Happy Acres VIP è un'estensione di Chrome sviluppata da https://www.allbots.net, e la sua funzione principale è "Extension to BOOK for HAPPY ACRES by Nikodemo".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The BOOK of Happy Acres VIP

Scarica i file di estensione The BOOK of Happy Acres VIP 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

                        Estensione per la guida e la consultazione delle Missioni ed Eventi di Happy Acres
Tutte le novità in anteprima, le missioni, le storie, il laboratorio e altro ancora..                    

Informazioni di Base sull'Estensione

Nome The BOOK of Happy Acres VIP The BOOK of Happy Acres VIP
ID bcllmkflihoehombifiomfdepibjmlhh
URL Ufficiale https://chromewebstore.google.com/detail/the-book-of-happy-acres-v/bcllmkflihoehombifiomfdepibjmlhh
Descrizione Extension to BOOK for HAPPY ACRES by Nikodemo
Dimensione del File 290 KB
Conteggio Installazioni 236
Versione Corrente 0.0.7
Ultimo Aggiornamento 2016-11-14
Data di Pubblicazione 2016-11-14
Valutazione 4.70/5 Totale 10 Valutazioni
Sviluppatore https://www.allbots.net
Email [email protected]
Tipo di Pagamento free
Lingue Supportate it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The BOOK of Happy Acres VIP",
    "short_name": "BookHA_VIP",
    "version": "0.0.7",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self' ",
    "description": "Extension to BOOK for HAPPY ACRES by Nikodemo",
    "icons": {
        "48": "images\/book48.png",
        "128": "images\/book128.png"
    },
    "author": "Nikodemo",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "images\/book.png",
        "default_title": "BOOK for Happy Acres",
        "default_popup": "bookhavip.html"
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*.allbots.net\/*",
        "tabs"
    ]
}