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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tired of missing out your seed? removing crows? or even late harvests? This extension is for you, with the new notifications feature"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kadaley PVU Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 Kadaley PVU Tools
ID okeanlaiipeifojnfidmonldiflleamk
आधिकारिक URL 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*"
    ]
}