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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ngochang29397 และคุณลักษณะหลักของมันคือ "This extension allow user to quickly view all comments with media, logo credit: https://iconscout.com/contributors/petai-jantrapoon"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย shopee image reviews

ดาวน์โหลดไฟล์ส่วนขยาย shopee image reviews ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        - 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\/*"
            ]
        }
    ]
}