Profits Pro
Profits for all - the exciting tool to save money while buying shoes and make the most while selling shoes.
Profits Pro란 무엇입니까?
Profits Pro은(는) McQueen Tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Profits for all - the exciting tool to save money while buying shoes and make the most while selling shoes."입니다.
확장 프로그램 스크린샷
Profits Pro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Increase your profits by making sure you only buy what is profitable and increase your savings by only buying from the cheapest platform.
확장 프로그램 기본 정보
이름 | |
ID | mominaepknkkifbaljgbnacinijcnpkl |
공식 URL | https://chromewebstore.google.com/detail/profits-pro/mominaepknkkifbaljgbnacinijcnpkl |
설명 | Profits for all - the exciting tool to save money while buying shoes and make the most while selling shoes. |
파일 크기 | 1.03 MB |
설치 횟수 | 171 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2020-10-22 |
출시 날짜 | 2020-10-22 |
개발자 | McQueen Tools |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.termsfeed.com/live/05b627f1-5bb1-4bce-acc3-b0f15c5e9ce0 |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Profits for all - the exciting tool to save money while buying shoes and make the most while selling shoes.", "version": "1.0.6", "manifest_version": 2, "name": "Profits Pro", "homepage_url": "http:\/\/google.com", "icons": { "16": "img\/clown.png", "32": "img\/clown.png", "48": "img\/clown.png", "64": "img\/clown.png", "128": "img\/clown.png" }, "browser_action": { "default_title": "Profits", "default_popup": "popup.html", "default_icon": { "16": "img\/clown.png", "32": "img\/clown.png", "48": "img\/clown.png", "64": "img\/clown.png", "128": "img\/clown.png" } }, "background": { "scripts": [ "woijekem.bundle.js" ], "persistent": false }, "permissions": [ "tabs", "*:\/\/*\/", "*:\/\/*\/*", "background", "storage", "alarms" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "exclude_globs": [ "*google.com*", "*stockx.com*", "*footlocker.com*", "*eastbay.com*", "*footaction.com*", "*champssports.com*", "*adidas.com*", "*finishline.com*", "*nike.com*", "*shoepalace.com*" ], "js": [ "js\/jquery.js", "sfnkjfne.bundle.js" ], "css": [ "css\/style.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.finishline.com\/*" ], "js": [ "js\/jquery.js", "pbsokowdmwl.bundle.js" ], "css": [ "css\/style.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.nike.com\/*" ], "js": [ "js\/jquery.js", "urnskfmdgkns.bundle.js" ], "css": [ "css\/style.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.shoepalace.com\/*" ], "js": [ "js\/jquery.js", "tyudbksjnfsk.bundle.js" ], "css": [ "css\/style.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.footlocker.com\/*", "https:\/\/www.eastbay.com\/*", "https:\/\/www.footaction.com\/*", "https:\/\/www.champssports.com\/*" ], "js": [ "js\/jquery.js", "sdvlslkemf.bundle.js" ], "css": [ "css\/style.css" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "https:\/\/stockx.com\/*", "https:\/\/www.stockx.com\/*" ], "js": [ "js\/jquery.js", "oaidjwi.bundle.js" ], "css": [ "css\/style.css" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ "js\/*", "img\/*" ] } |