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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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",
        ""
    ]
}