리버스
역직구 솔루션
Cos'è 리버스?
리버스 è un'estensione di Chrome sviluppata da octochrome, e la sua funzione principale è "역직구 솔루션".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 리버스
Scarica i file di estensione 리버스 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
https://reversell.kr 사용자 도우미 서비스 입니다.
Informazioni di Base sull'Estensione
Nome | 리버스 |
ID | mkbgdbdljfmijpbbbebmmfbmaehpdogi |
URL Ufficiale | https://chromewebstore.google.com/detail/%EB%A6%AC%EB%B2%84%EC%8A%A4/mkbgdbdljfmijpbbbebmmfbmaehpdogi |
Descrizione | 역직구 솔루션 |
Dimensione del File | 5.04 MB |
Conteggio Installazioni | 1,018 |
Versione Corrente | 0.5.0 |
Ultimo Aggiornamento | 2023-12-01 |
Data di Pubblicazione | 2023-12-01 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | octochrome |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://reversell.kr |
URL della Pagina di Aiuto | https://reversell.kr |
URL della Pagina della Politica sulla Privacy | https://www.coudae.kr/privacy.html |
Lingue Supportate | 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\/*" ] } ] } |