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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://bluemooseit.com และคุณลักษณะหลักของมันคือ "Enhance your Kijiji browsing with image rotation, CAPTCHA solver, infinite-scroll, ad-blocking, and much more!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kijiji+ Site Enhancer
ดาวน์โหลดไฟล์ส่วนขยาย Kijiji+ Site Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |