리버스

역직구 솔루션

What is 리버스?

리버스 is a Chrome extension developed by octochrome, and its main feature is "역직구 솔루션".

Extension Screenshots

screenshot

Download 리버스 Extension CRX File

Download 리버스 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        https://reversell.kr 사용자 도우미 서비스 입니다.                    

Extension Basic Information

Name 리버스 리버스
ID mkbgdbdljfmijpbbbebmmfbmaehpdogi
Official URL https://chromewebstore.google.com/detail/%EB%A6%AC%EB%B2%84%EC%8A%A4/mkbgdbdljfmijpbbbebmmfbmaehpdogi
Description 역직구 솔루션
File Size 5.04 MB
Installation Count 1,018
Current Version 0.5.0
Last Updated 2023-12-01
Publish Date 2023-12-01
Rating 5.00/5 Total 1 Ratings
Developer octochrome
Email [email protected]
Payment Type free
Extension Website https://reversell.kr
Help Page URL https://reversell.kr
Privacy Policy Page URL https://www.coudae.kr/privacy.html
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\ub9ac\ubc84\uc2a4",
    "version": "0.5.0",
    "description": "\uc5ed\uc9c1\uad6c \uc194\ub8e8\uc158",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.coupang.com\/*",
        "*:\/\/*.naver.com\/*"
    ],
    "homepage_url": "https:\/\/reversell.kr",
    "icons": {
        "16": "\/assets\/REVERSE.png",
        "48": "\/assets\/REVERSE.png",
        "128": "\/assets\/REVERSE.png"
    },
    "action": {
        "default_icon": "\/assets\/REVERSE.png",
        "default_popup": "\/dist\/popup\/index.html"
    },
    "background": {
        "service_worker": "\/assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.coupang.com\/np\/*",
                "*:\/\/*.coupang.com\/vp\/products\/*",
                "*:\/\/smartstore.naver.com\/*\/products\/*",
                "*:\/\/brand.naver.com\/*\/search*",
                "*:\/\/brand.naver.com\/*\/category\/*",
                "*:\/\/brand.naver.com\/*\/products\/*"
            ],
            "js": [
                "\/dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "\/assets\/*.png",
                "\/assets\/*.gif",
                "\/assets\/js\/*.js",
                "\/dist\/contentScripts\/style.css",
                "\/assets\/js\/background.js"
            ],
            "matches": [
                "*:\/\/*.coupang.com\/*",
                "*:\/\/*.naver.com\/*"
            ]
        }
    ]
}