The BOOK of Happy Acres VIP
Extension to BOOK for HAPPY ACRES by Nikodemo
什麼是The BOOK of Happy Acres VIP?
The BOOK of Happy Acres VIP是由https://www.allbots.net開發的Chrome擴展程式,該擴展的主要功能是“Extension to BOOK for HAPPY ACRES by Nikodemo”。
擴展截圖
下載The BOOK of Happy Acres VIP擴展crx文件
下載The BOOK of Happy Acres VIP擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.. 擴展基本資訊
| 名稱 | |
| ID | bcllmkflihoehombifiomfdepibjmlhh |
| 官方網址 | https://chromewebstore.google.com/detail/the-book-of-happy-acres-v/bcllmkflihoehombifiomfdepibjmlhh |
| 簡介 | Extension to BOOK for HAPPY ACRES by Nikodemo |
| 檔案大小 | 290 KB |
| 安裝次數 | 236 |
| 目前版本 | 0.0.7 |
| 更新時間 | 2016-11-14 |
| 上架時間 | 2016-11-14 |
| 評分 | 4.70/5 共 10 次評分 |
| 開發者 | https://www.allbots.net |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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"
]
} | |