The BOOK of Happy Acres VIP

Extension to BOOK for HAPPY ACRES by Nikodemo

Apa itu The BOOK of Happy Acres VIP?

The BOOK of Happy Acres VIP adalah ekstensi Chrome yang dikembangkan oleh https://www.allbots.net, dan fitur utamanya adalah "Extension to BOOK for HAPPY ACRES by Nikodemo".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi The BOOK of Happy Acres VIP

Unduh file ekstensi The BOOK of Happy Acres VIP dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama The BOOK of Happy Acres VIP The BOOK of Happy Acres VIP
ID bcllmkflihoehombifiomfdepibjmlhh
URL Resmi https://chromewebstore.google.com/detail/the-book-of-happy-acres-v/bcllmkflihoehombifiomfdepibjmlhh
Deskripsi Extension to BOOK for HAPPY ACRES by Nikodemo
Ukuran File 290 KB
Jumlah Instalasi 236
Versi Saat Ini 0.0.7
Terakhir Diperbarui 2016-11-14
Tanggal Publikasi 2016-11-14
Penilaian 4.70/5 Total 10 Penilaian
Pengembang https://www.allbots.net
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}