Extends Drop Grabley Net
Grabley extension for extends drop.grabley.net
Extends Drop Grabley Net란 무엇입니까?
Extends Drop Grabley Net은(는) https://drop.grabley.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Grabley extension for extends drop.grabley.net"입니다.
확장 프로그램 스크린샷
Extends Drop Grabley Net 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Grabley extensions for extends functionality - drop.grabley.net - add product in one click - tracking your products - etc..., working for other features that will save your time...
확장 프로그램 기본 정보
이름 | Extends Drop Grabley Net |
ID | bjificapenhmmlfjlcpeanmfmbjldkon |
공식 URL | https://chromewebstore.google.com/detail/extends-drop-grabley-net/bjificapenhmmlfjlcpeanmfmbjldkon |
설명 | Grabley extension for extends drop.grabley.net |
파일 크기 | 233 KB |
설치 횟수 | 1,386 |
현재 버전 | 2.0.19 |
최근 업데이트 | 2023-07-14 |
출시 날짜 | 2020-11-26 |
개발자 | https://drop.grabley.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://drop.grabley.net |
도움말 페이지 URL | https://drop.grabley.net |
개인정보 보호 정책 페이지 URL | https://grabley.net/policy |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "author": "Grabley.Net", "version": "2.0.19", "description": "__MSG_appDescription__", "default_locale": "en", "icons": { "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png" }, "minimum_chrome_version": "89", "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.com.mx\/*", "https:\/\/www.amazon.de\/*" ], "js": [ "content.bundle.js" ] } ], "action": { "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "externally_connectable": { "matches": [ "*:\/\/drop.grabley.loc\/*", "*:\/\/drop.grabley.net\/*" ] }, "homepage_url": "https:\/\/grabley.net", "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/*.grabley.net\/*", "*:\/\/*.grabley.loc\/*", "*:\/\/*.ebay.com\/*", "*:\/\/*.ebay.ca\/*", "*:\/\/*.ebay.co.uk\/*", "*:\/\/*.ebay.de\/*", "*:\/\/*.ebay.es\/*", "*:\/\/*.ebay.it\/*", "*:\/\/*.ebay.fr\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.walmart.com\/*", "https:\/\/www.walmart.com\/*", "*:\/\/*.banggood.com\/*", "*:\/\/*.bonanza.com\/*", "*:\/\/*.overstock.com\/*", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*", "*:\/\/*.gearbest.com\/*", "*:\/\/*.webstaurantstore.com\/*", "*:\/\/*.chewy.com\/*", "*:\/\/*.etsy.com\/*", "*:\/\/*.sephora.com\/*", "*:\/\/*.homedepot.com\/*", "*:\/\/*.zoro.com\/*", "*:\/\/*.lowes.com\/*" ], "web_accessible_resources": [ { "resources": [ "images\/*.png" ], "matches": [ "*:\/\/*.amazon.com\/*" ] }, { "resources": [ "manifest.json" ], "matches": [ "*:\/\/drop.grabley.loc\/*", "*:\/\/drop.grabley.net\/*" ] } ], "content_security_policy": { "extension_pages": "default-src 'none'; script-src 'self'; connect-src 'self' *; img-src 'self'; style-src 'self' 'unsafe-inline';base-uri 'self';form-action 'self'" } } |