The BOOK of Happy Acres VIP

Extension to BOOK for HAPPY ACRES by Nikodemo

Was ist The BOOK of Happy Acres VIP?

The BOOK of Happy Acres VIP ist eine Chrome-Erweiterung, die von https://www.allbots.net entwickelt wurde, und ihr Hauptmerkmal ist "Extension to BOOK for HAPPY ACRES by Nikodemo".

Erweiterungsscreenshots

screenshot

The BOOK of Happy Acres VIP-Erweiterungs-CRX-Datei herunterladen

Laden Sie The BOOK of Happy Acres VIP-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name The BOOK of Happy Acres VIP The BOOK of Happy Acres VIP
ID bcllmkflihoehombifiomfdepibjmlhh
Offizielle URL https://chromewebstore.google.com/detail/the-book-of-happy-acres-v/bcllmkflihoehombifiomfdepibjmlhh
Beschreibung Extension to BOOK for HAPPY ACRES by Nikodemo
Dateigröße 290 KB
Installationsanzahl 236
Aktuelle Version 0.0.7
Letztes Update 2016-11-14
Veröffentlichungsdatum 2016-11-14
Bewertung 4.70/5 Insgesamt 10 Bewertungen
Entwickler https://www.allbots.net
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}