The WishWiz

Filter for free products on the marketplace wish.com

The WishWiz क्या है?

The WishWiz https://burli.biz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Filter for free products on the marketplace wish.com"।

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

screenshot

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

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

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

                        Filter for free products on the marketplace wish.com.

Cheap products are awesome. But what's even better than cheap products? Free products. That's why we decided to make The WishWiz, a Chrome extension that filters and displays all free products on the marketplace Wish.                    

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

नाम The WishWiz The WishWiz
ID lkijfedegilaikaacnoblhekmlegpeln
आधिकारिक URL https://chromewebstore.google.com/detail/the-wishwiz/lkijfedegilaikaacnoblhekmlegpeln
विवरण Filter for free products on the marketplace wish.com
फ़ाइल का आकार 784 KB
स्थापना संख्या 14
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2019-10-15
प्रकाशन तिथि 2019-10-14
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर https://burli.biz
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/burliEnterprises/wishwiz
सहायता पृष्ठ URL https://github.com/burliEnterprises/wishwiz
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The WishWiz",
    "version": "1.1.0",
    "author": "Burli & Moon36",
    "manifest_version": 2,
    "description": "Filter for free products on the marketplace wish.com",
    "homepage_url": "https:\/\/burli.biz\/wishwiz",
    "icons": {
        "16": "src\/icons\/icon16.png",
        "48": "src\/icons\/icon48.png",
        "128": "src\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.wish.com\/*",
                "https:\/\/wish.com\/*"
            ],
            "js": [
                "src\/js\/jquery.min.js",
                "src\/js\/content.js"
            ],
            "css": [
                "src\/css\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/popup.html",
        "src\/popup-right-notice.html",
        "src\/popup-right-notice-new-tab.html",
        "src\/load-more-products.html",
        "src\/js\/*",
        "src\/icons\/*",
        "src\/css\/*"
    ],
    "options_page": "src\/options.html",
    "browser_action": {
        "default_icon": "src\/icons\/icon19-transp.png",
        "default_title": "The WishWiz",
        "default_popup": "src\/index.html"
    },
    "permissions": [
        "storage",
        "declartiveContent",
        "activeTab",
        ""
    ]
}