The WishWiz

Filter for free products on the marketplace wish.com

什么是The WishWiz?

The WishWiz是由https://burli.biz开发的Chrome扩展程序,该扩展的主要功能是“Filter for free products on the marketplace wish.com”。

扩展截图

screenshot

下载The WishWiz扩展crx文件

下载The WishWiz扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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",
        ""
    ]
}