shopee image reviews

This extension allow user to quickly view all comments with media, logo credit: https://iconscout.com/contributors/petai-jantrapoon

shopee image reviews란 무엇입니까?

shopee image reviews은(는) ngochang29397에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allow user to quickly view all comments with media, logo credit: https://iconscout.com/contributors/petai-jantrapoon"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

shopee image reviews 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        - This extension allows users to view reviews containing images and videos of a product on Shopee
- Users can save a lot of time when shopping, no need to click the next page button for viewing all reviews
- Show pictures of all products from a seller, beneficial when seller has thousands of products
- Supported basic features for 'SG', 'MY', 'ID', 'TH', 'VN', 'PH', 'TW'
logo credit: https://iconscout.com/contributors/petai-jantrapoonSINGLE                    

확장 프로그램 기본 정보

이름 shopee image reviews shopee image reviews
ID gnjdoljanbpelabbkfcojfddopcmhmfk
공식 URL https://chromewebstore.google.com/detail/shopee-image-reviews/gnjdoljanbpelabbkfcojfddopcmhmfk
설명 This extension allow user to quickly view all comments with media, logo credit: https://iconscout.com/contributors/petai-jantrapoon
파일 크기 542 KB
설치 횟수 32
현재 버전 1.0.4
최근 업데이트 2023-01-08
출시 날짜 2021-06-05
평점 1.00/5 총 1 개의 평점
개발자 ngochang29397
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "shopee image reviews",
    "version": "1.0.4",
    "manifest_version": 3,
    "description": "This extension allow user to quickly view all comments with media, logo credit: https:\/\/iconscout.com\/contributors\/petai-jantrapoon",
    "homepage_url": "http:\/\/extensionizr.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/shopee.vn\/*",
                "https:\/\/shopee.sg\/*",
                "https:\/\/shopee.my\/*",
                "https:\/\/shopee.id\/*",
                "https:\/\/shopee.co.id\/*",
                "https:\/\/shopee.th\/*",
                "https:\/\/shopee.co.th\/*",
                "https:\/\/shopee.ph\/*",
                "https:\/\/shopee.tw\/*"
            ],
            "css": [
                "src\/bg\/background.css"
            ],
            "js": [
                "src\/bg\/constants\/language.js",
                "src\/bg\/constants\/dom.js",
                "src\/bg\/constants.js",
                "src\/bg\/appendImages.js",
                "src\/bg\/toaster.js",
                "src\/utils\/checkInShopPage.js",
                "src\/bg\/utils.js",
                "src\/bg\/checkReviewItemModalDuplication.js",
                "src\/bg\/resetData.js",
                "src\/bg\/loadStyle.js",
                "src\/bg\/appendToModalGallery.js",
                "src\/bg\/appendRatingImageToGallery.js",
                "src\/bg\/observeIntersection.js",
                "src\/bg\/fetchCommentsByPages.js",
                "src\/bg\/viewAllProductsInShop.js",
                "src\/bg\/createAllElements.js",
                "src\/bg\/attachUrlChangeDetection.js",
                "src\/bg\/background.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scrollTop.svg"
            ],
            "matches": [
                "https:\/\/shopee.vn\/*",
                "https:\/\/shopee.sg\/*"
            ]
        }
    ]
}