The BOOK of Happy Acres VIP

Extension to BOOK for HAPPY ACRES by Nikodemo

Qu'est-ce que The BOOK of Happy Acres VIP ?

The BOOK of Happy Acres VIP est une extension Chrome développée par https://www.allbots.net, et sa fonction principale est "Extension to BOOK for HAPPY ACRES by Nikodemo".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The BOOK of Happy Acres VIP

Téléchargez les fichiers d'extension The BOOK of Happy Acres VIP 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

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

Informations de Base sur l'Extension

Nom The BOOK of Happy Acres VIP The BOOK of Happy Acres VIP
ID bcllmkflihoehombifiomfdepibjmlhh
URL Officiel https://chromewebstore.google.com/detail/the-book-of-happy-acres-v/bcllmkflihoehombifiomfdepibjmlhh
Description Extension to BOOK for HAPPY ACRES by Nikodemo
Taille du Fichier 290 KB
Nombre d'Installations 236
Version Actuelle 0.0.7
Dernière Mise à Jour 2016-11-14
Date de Publication 2016-11-14
Évaluation 4.70/5 Total 10 Évaluations
Développeur https://www.allbots.net
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}