The WishWiz

Filter for free products on the marketplace wish.com

The WishWiz là gì?

The WishWiz là một tiện ích mở rộng Chrome được phát triển bởi https://burli.biz, và tính năng chính của nó là "Filter for free products on the marketplace wish.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng The WishWiz

Tải xuống các tệp mở rộng The WishWiz dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên The WishWiz The WishWiz
ID lkijfedegilaikaacnoblhekmlegpeln
URL Chính Thức https://chromewebstore.google.com/detail/the-wishwiz/lkijfedegilaikaacnoblhekmlegpeln
Mô tả Filter for free products on the marketplace wish.com
Kích Thước Tệp 784 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2019-10-15
Ngày Phát Hành 2019-10-14
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://burli.biz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/burliEnterprises/wishwiz
URL Trang Trợ Giúp https://github.com/burliEnterprises/wishwiz
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}