Kijiji+ Site Enhancer
Enhance your Kijiji browsing with image rotation, CAPTCHA solver, infinite-scroll, ad-blocking, and much more!
Kijiji+ Site Enhancer là gì?
Kijiji+ Site Enhancer là một tiện ích mở rộng Chrome được phát triển bởi http://bluemooseit.com, và tính năng chính của nó là "Enhance your Kijiji browsing with image rotation, CAPTCHA solver, infinite-scroll, ad-blocking, and much more!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kijiji+ Site Enhancer
Tải xuống các tệp mở rộng Kijiji+ Site Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kpfebcgmdeieiiihpplnljjldclfkflj |
URL Chính Thức | https://chrome.google.com/webstore/detail/kijiji+-site-enhancer/kpfebcgmdeieiiihpplnljjldclfkflj |
Mô tả | Enhance your Kijiji browsing with image rotation, CAPTCHA solver, infinite-scroll, ad-blocking, and much more! |
Kích Thước Tệp | 158 KB |
Số Lần Cài Đặt | 144 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2017-03-08 |
Ngày Phát Hành | 2017-03-08 |
Đánh Giá | 4.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | http://bluemooseit.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://bluemooseit.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |