The BOOK of Happy Acres VIP
Extension to BOOK for HAPPY ACRES by Nikodemo
O que é The BOOK of Happy Acres VIP?
The BOOK of Happy Acres VIP é uma extensão do Chrome desenvolvida por https://www.allbots.net, e sua principal característica é "Extension to BOOK for HAPPY ACRES by Nikodemo".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão The BOOK of Happy Acres VIP
Baixe arquivos de extensão The BOOK of Happy Acres VIP no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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..
Informações Básicas da Extensão
Nome | The BOOK of Happy Acres VIP |
ID | bcllmkflihoehombifiomfdepibjmlhh |
URL Oficial | https://chromewebstore.google.com/detail/the-book-of-happy-acres-v/bcllmkflihoehombifiomfdepibjmlhh |
Descrição | Extension to BOOK for HAPPY ACRES by Nikodemo |
Tamanho do Arquivo | 290 KB |
Contagem de Instalações | 236 |
Versão Atual | 0.0.7 |
Última Atualização | 2016-11-14 |
Data de Publicação | 2016-11-14 |
Classificação | 4.70/5 Total de 10 Avaliações |
Desenvolvedor | https://www.allbots.net |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |