Kijiji+ Site Enhancer
Enhance your Kijiji browsing with image rotation, CAPTCHA solver, infinite-scroll, ad-blocking, and much more!
Hvad er Kijiji+ Site Enhancer?
Kijiji+ Site Enhancer er en Chrome-udvidelse udviklet af http://bluemooseit.com, og dens hovedfunktion er "Enhance your Kijiji browsing with image rotation, CAPTCHA solver, infinite-scroll, ad-blocking, and much more!".
Udvidelsesskærmbilleder
Download Kijiji+ Site Enhancer-udvidelses-CRX-fil
Download Kijiji+ Site Enhancer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | kpfebcgmdeieiiihpplnljjldclfkflj |
Officiel URL | https://chrome.google.com/webstore/detail/kijiji+-site-enhancer/kpfebcgmdeieiiihpplnljjldclfkflj |
Beskrivelse | Enhance your Kijiji browsing with image rotation, CAPTCHA solver, infinite-scroll, ad-blocking, and much more! |
Filstørrelse | 158 KB |
Antal Installationer | 144 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2017-03-08 |
Udgivelsesdato | 2017-03-08 |
Bedømmelse | 4.00/5 Samlet 8 Bedømmelser |
Udvikler | http://bluemooseit.com |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | http://bluemooseit.com/privacy-policy |
Understøttede Sprog | 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" ] } |