More Plants

Add plants to websites.

More Plants क्या है?

More Plants https://d0n.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add plants to websites."।

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

screenshot

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

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

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

                        More Plants is a browser extension that adds images of plants to the websites you visit. You can add up to 100 plants on every page. There are over 70 varieties. They appear at the top and bottom of the page and can be dragged aside if they are blocking something.                    

एक्सटेंशन की मूल जानकारी

नाम More Plants More Plants
ID idncgbbgadeggldmihkjkhjfkopmjola
आधिकारिक URL https://chromewebstore.google.com/detail/more-plants/idncgbbgadeggldmihkjkhjfkopmjola
विवरण Add plants to websites.
फ़ाइल का आकार 7.51 MB
स्थापना संख्या 237
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2022-12-09
प्रकाशन तिथि 2018-08-06
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://d0n.xyz
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://d0n.xyz
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "More Plants",
    "description": "Add plants to websites.",
    "version": "1.1.2",
    "background": {
        "scripts": [
            "hot-reload.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "draggabilly.js",
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "More Plants",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/morePlants16.png",
            "32": "images\/morePlants32.png",
            "48": "images\/morePlants48.png",
            "128": "images\/morePlants128.png"
        }
    },
    "icons": {
        "16": "images\/morePlants16.png",
        "32": "images\/morePlants32.png",
        "48": "images\/morePlants48.png",
        "128": "images\/morePlants128.png"
    },
    "web_accessible_resources": [
        "images\/01.png",
        "images\/02.png",
        "images\/03.png",
        "images\/04.png",
        "images\/05.png",
        "images\/06.png",
        "images\/07.png",
        "images\/08.png",
        "images\/09.png",
        "images\/10.png",
        "images\/11.png",
        "images\/12.png",
        "images\/13.png",
        "images\/14.png",
        "images\/15.png",
        "images\/16.png",
        "images\/17.png",
        "images\/18.png",
        "images\/19.png",
        "images\/20.png",
        "images\/21.png",
        "images\/22.png",
        "images\/23.png",
        "images\/24.png",
        "images\/25.png",
        "images\/26.png",
        "images\/27.png",
        "images\/28.png",
        "images\/29.png",
        "images\/30.png",
        "images\/31.png",
        "images\/32.png",
        "images\/33.png",
        "images\/34.png",
        "images\/35.png",
        "images\/36.png",
        "images\/37.png",
        "images\/38.png",
        "images\/39.png",
        "images\/40.png",
        "images\/41.png",
        "images\/42.png",
        "images\/43.png",
        "images\/44.png",
        "images\/45.png",
        "images\/46.png",
        "images\/47.png",
        "images\/48.png",
        "images\/49.png",
        "images\/50.png",
        "images\/51.png",
        "images\/52.png",
        "images\/53.png",
        "images\/54.png",
        "images\/55.png",
        "images\/56.png",
        "images\/57.png",
        "images\/58.png",
        "images\/59.png",
        "images\/60.png",
        "images\/61.png",
        "images\/62.png",
        "images\/63.png",
        "images\/64.png",
        "images\/65.png",
        "images\/66.png",
        "images\/67.png",
        "images\/68.png",
        "images\/69.png",
        "images\/70.png",
        "images\/71.png",
        "images\/72.png",
        "images\/73.png",
        "images\/74.png",
        "images\/75.png",
        "images\/76.png",
        "images\/77.png",
        "images\/78.png",
        "images\/79.png",
        "images\/80.png",
        "images\/81.png",
        "images\/82.png",
        "images\/83.png",
        "images\/84.png",
        "images\/85.png",
        "images\/86.png",
        "images\/87.png",
        "images\/88.png",
        "images\/89.png"
    ]
}