The BOOK of Happy Acres VIP

Extension to BOOK for HAPPY ACRES by Nikodemo

Wat is The BOOK of Happy Acres VIP?

The BOOK of Happy Acres VIP is een Chrome-extensie ontwikkeld door https://www.allbots.net, en de belangrijkste functie is "Extension to BOOK for HAPPY ACRES by Nikodemo".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie The BOOK of Happy Acres VIP

Download The BOOK of Happy Acres VIP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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..                    

Basisinformatie over de Extensie

Naam The BOOK of Happy Acres VIP The BOOK of Happy Acres VIP
ID bcllmkflihoehombifiomfdepibjmlhh
Officiële URL https://chromewebstore.google.com/detail/the-book-of-happy-acres-v/bcllmkflihoehombifiomfdepibjmlhh
Beschrijving Extension to BOOK for HAPPY ACRES by Nikodemo
Bestandsgrootte 290 KB
Aantal Installaties 236
Huidige Versie 0.0.7
Laatst Bijgewerkt 2016-11-14
Publicatiedatum 2016-11-14
Beoordeling 4.70/5 Totaal 10 Beoordelingen
Ontwikkelaar https://www.allbots.net
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}