Extends Drop Grabley Net

Grabley extension for extends drop.grabley.net

Extends Drop Grabley Net क्या है?

Extends Drop Grabley Net https://drop.grabley.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Grabley extension for extends drop.grabley.net"।

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

screenshot
screenshot

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

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

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

                        Grabley extensions for extends functionality - drop.grabley.net
- add product in one click
- tracking your products 
- etc..., working for other features that will save your time...                    

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

नाम Extends Drop Grabley Net Extends Drop Grabley Net
ID bjificapenhmmlfjlcpeanmfmbjldkon
आधिकारिक URL https://chromewebstore.google.com/detail/extends-drop-grabley-net/bjificapenhmmlfjlcpeanmfmbjldkon
विवरण Grabley extension for extends drop.grabley.net
फ़ाइल का आकार 233 KB
स्थापना संख्या 1,386
वर्तमान संस्करण 2.0.19
अंतिम अपडेट 2023-07-14
प्रकाशन तिथि 2020-11-26
डेवलपर https://drop.grabley.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://drop.grabley.net
सहायता पृष्ठ URL https://drop.grabley.net
गोपनीयता नीति पृष्ठ URL https://grabley.net/policy
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "author": "Grabley.Net",
    "version": "2.0.19",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "icons": {
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png"
    },
    "minimum_chrome_version": "89",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.de\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/drop.grabley.loc\/*",
            "*:\/\/drop.grabley.net\/*"
        ]
    },
    "homepage_url": "https:\/\/grabley.net",
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.grabley.net\/*",
        "*:\/\/*.grabley.loc\/*",
        "*:\/\/*.ebay.com\/*",
        "*:\/\/*.ebay.ca\/*",
        "*:\/\/*.ebay.co.uk\/*",
        "*:\/\/*.ebay.de\/*",
        "*:\/\/*.ebay.es\/*",
        "*:\/\/*.ebay.it\/*",
        "*:\/\/*.ebay.fr\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.walmart.com\/*",
        "https:\/\/www.walmart.com\/*",
        "*:\/\/*.banggood.com\/*",
        "*:\/\/*.bonanza.com\/*",
        "*:\/\/*.overstock.com\/*",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.ru\/*",
        "*:\/\/*.gearbest.com\/*",
        "*:\/\/*.webstaurantstore.com\/*",
        "*:\/\/*.chewy.com\/*",
        "*:\/\/*.etsy.com\/*",
        "*:\/\/*.sephora.com\/*",
        "*:\/\/*.homedepot.com\/*",
        "*:\/\/*.zoro.com\/*",
        "*:\/\/*.lowes.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ]
        },
        {
            "resources": [
                "manifest.json"
            ],
            "matches": [
                "*:\/\/drop.grabley.loc\/*",
                "*:\/\/drop.grabley.net\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'none'; script-src 'self'; connect-src 'self' *; img-src 'self'; style-src 'self' 'unsafe-inline';base-uri 'self';form-action 'self'"
    }
}