Kijiji+ Site Enhancer
Enhance your Kijiji browsing with image rotation, CAPTCHA solver, infinite-scroll, ad-blocking, and much more!
Kijiji+ Site Enhancer란 무엇입니까?
Kijiji+ Site Enhancer은(는) http://bluemooseit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your Kijiji browsing with image rotation, CAPTCHA solver, infinite-scroll, ad-blocking, and much more!"입니다.
확장 프로그램 스크린샷
Kijiji+ Site Enhancer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get ready to break-out into a happy dance once you start using Kijiji+ Site Enhancer. - 4X speed boost with new integrated AD-BLOCKER - 'Zen Mode' page layout removes distractions - Infinite Scroll everywhere - Rotate images in the gallery - Sytle updates make site easier to read - BIG shiny buttons instead of tiny text links for Navigation - New [Post to Category] button instead of tiny text link - 1-Click response messages - Auto-fill your contact information when replying to poster - 95% accurate CAPTHCA solver when replying to poster - In-page Google Map preview for the 'Ad Details' and 'Ad Listing' pages - Direct link to Google Maps Driving Directions So many enhancements in such a tiny extension.
확장 프로그램 기본 정보
이름 | |
ID | kpfebcgmdeieiiihpplnljjldclfkflj |
공식 URL | https://chrome.google.com/webstore/detail/kijiji+-site-enhancer/kpfebcgmdeieiiihpplnljjldclfkflj |
설명 | Enhance your Kijiji browsing with image rotation, CAPTCHA solver, infinite-scroll, ad-blocking, and much more! |
파일 크기 | 158 KB |
설치 횟수 | 144 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2017-03-08 |
출시 날짜 | 2017-03-08 |
평점 | 4.00/5 총 8 개의 평점 |
개발자 | http://bluemooseit.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://bluemooseit.com/privacy-policy |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kijiji+ Site Enhancer", "short_name": "Kijiji+ Site Enhancer", "version": "1.1.0", "description": "Enhance your Kijiji browsing with image rotation, CAPTCHA solver, infinite-scroll, ad-blocking, and much more!", "author": "Andr\u00e9 Fortin", "default_locale": "en", "permissions": [ "activeTab", "storage", "webRequest", "webRequestBlocking", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/maps.googleapis.com\/maps\/api\/*" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "icons\/icon32.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/www.kijiji.ca\/*" ], "css": [ "css\/style.css" ] }, { "run_at": "document_end", "matches": [ "*:\/\/www.kijiji.ca\/*" ], "js": [ "js\/jquery-3.1.1.min.js", "js\/bootstrap.min.js", "js\/jquery.infinitescroll-2.2.1.min.js", "js\/captcha-solver.js", "js\/infinitescroll.js", "js\/mapify.js", "js\/messaging.js", "js\/rotation.js", "js\/toggle-elements.js", "js\/utils.js", "js\/kijiji-plus.js" ], "css": [ "css\/bootstrap.min.css" ] } ], "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'", "web_accessible_resources": [ "kijiji\/js\/filter.js", "kijiji\/css\/style.css", "img\/*.png", "img\/*.gif" ] } |