The WishWiz

Filter for free products on the marketplace wish.com

The WishWizคืออะไร?

The WishWiz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://burli.biz และคุณลักษณะหลักของมันคือ "Filter for free products on the marketplace wish.com"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The WishWiz

ดาวน์โหลดไฟล์ส่วนขยาย 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",
        ""
    ]
}