Kijiji+ Site Enhancer

Enhance your Kijiji browsing with image rotation, CAPTCHA solver, infinite-scroll, ad-blocking, and much more!

What is Kijiji+ Site Enhancer?

Kijiji+ Site Enhancer is a Chrome extension developed by http://bluemooseit.com, and its main feature is "Enhance your Kijiji browsing with image rotation, CAPTCHA solver, infinite-scroll, ad-blocking, and much more!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Kijiji+ Site Enhancer Extension CRX File

Download Kijiji+ Site Enhancer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Kijiji+ Site Enhancer Kijiji+ Site Enhancer
ID kpfebcgmdeieiiihpplnljjldclfkflj
Official URL https://chrome.google.com/webstore/detail/kijiji+-site-enhancer/kpfebcgmdeieiiihpplnljjldclfkflj
Description Enhance your Kijiji browsing with image rotation, CAPTCHA solver, infinite-scroll, ad-blocking, and much more!
File Size 158 KB
Installation Count 144
Current Version 1.1.0
Last Updated 2017-03-08
Publish Date 2017-03-08
Rating 4.00/5 Total 8 Ratings
Developer http://bluemooseit.com
Email [email protected]
Payment Type free
Privacy Policy Page URL http://bluemooseit.com/privacy-policy
Supported Languages 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"
    ]
}