The BOOK of Happy Acres VIP
Extension to BOOK for HAPPY ACRES by Nikodemo
Vad är The BOOK of Happy Acres VIP?
The BOOK of Happy Acres VIP är en Chrome-tillägg utvecklad av https://www.allbots.net, och dess huvudfunktion är "Extension to BOOK for HAPPY ACRES by Nikodemo".
Tilläggsskärmbilder
Ladda ner The BOOK of Happy Acres VIP-förlängningens CRX-fil
Ladda ner The BOOK of Happy Acres VIP-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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..
Grundläggande Information om Tillägg
Namn | The BOOK of Happy Acres VIP |
ID | bcllmkflihoehombifiomfdepibjmlhh |
Officiell webbadress | https://chromewebstore.google.com/detail/the-book-of-happy-acres-v/bcllmkflihoehombifiomfdepibjmlhh |
Beskrivning | Extension to BOOK for HAPPY ACRES by Nikodemo |
Filstorlek | 290 KB |
Antal Installationer | 236 |
Aktuell Version | 0.0.7 |
Senast Uppdaterad | 2016-11-14 |
Publiceringsdatum | 2016-11-14 |
Betyg | 4.70/5 Totalt 10 Betyg |
Utvecklare | https://www.allbots.net |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |