Kadaley PVU Tools
Tired of missing out your seed? removing crows? or even late harvests? This extension is for you, with the new notifications feature
什麼是Kadaley PVU Tools?
Kadaley PVU Tools是由kadaley開發的Chrome擴展程式,該擴展的主要功能是“Tired of missing out your seed? removing crows? or even late harvests? This extension is for you, with the new notifications feature”。
擴展截圖
下載Kadaley PVU Tools擴展crx文件
下載Kadaley PVU Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
For notifications make sure you've enabled your notifications on windows/mac; For windows: 1. Click windows key and lookup 'Notifications & actions settings' 2. Scroll down up to "Get notifications from these senders" section 3. Look for chrome/brave 4. Switch from "off" to "on" For MacOS: To change these preferences, choose Apple menu > System Preferences, then click Notifications. Select Do Not Disturb or an app on the left, then view or change settings on the right. # 2.0.0 FARM 2.0 is here! With the new updates, this extension will help you a lot! Key Features: Plant Activity Notifications (Make sure notifications are enabled on the browser) - Crow - Seed Cutie - Harvest - Needs Water # 1.0.1 Key Features: - Set color to boxes/coordinates you visited once clicked. - Set color to plants whos watered below 100 - More coming soon! If you liked the extension, leave a review and send donations (for coffee)
擴展基本資訊
名稱 | Kadaley PVU Tools |
ID | okeanlaiipeifojnfidmonldiflleamk |
官方網址 | https://chromewebstore.google.com/detail/kadaley-pvu-tools/okeanlaiipeifojnfidmonldiflleamk |
簡介 | Tired of missing out your seed? removing crows? or even late harvests? This extension is for you, with the new notifications feature |
檔案大小 | 288 KB |
安裝次數 | 23 |
目前版本 | 2.0.0 |
更新時間 | 2021-10-10 |
上架時間 | 2021-08-24 |
評分 | 5.00/5 共 2 次評分 |
開發者 | kadaley |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kadaley PVU Tools", "version": "2.0.0", "description": "Tired of missing out your seed? removing crows? or even late harvests? This extension is for you, with the new notifications feature", "background": { "service_worker": ".\/background.js" }, "icons": { "16": ".\/images\/logo.png", "32": ".\/images\/logo.png", "48": ".\/images\/logo.png", "128": ".\/images\/logo.png" }, "action": { "default_popup": ".\/popup.html", "default_icons": { "16": ".\/images\/logo.png", "32": ".\/images\/logo.png", "48": ".\/images\/logo.png", "128": ".\/images\/logo.png" } }, "permissions": [ "activeTab", "tabs", "scripting", "webNavigation", "storage", "notifications", "alarms" ], "host_permissions": [ "https:\/\/marketplace.plantvsundead.com\/farm*" ] } |