kijiji enhanced

Make it easier to browse kijiji.ca

What is kijiji enhanced?

kijiji enhanced is a Chrome extension developed by http://ohdoylerules.com, and its main feature is "Make it easier to browse kijiji.ca".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download kijiji enhanced Extension CRX File

Download kijiji enhanced 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

                        Kijiji Enhanced allows users to rotate images a full 360 degrees, load an inline map on pages with a valid address, and increase the thumbnail size while viewing all listings! This app works with the new Kijiji Image Box.                    

Extension Basic Information

Name kijiji enhanced kijiji enhanced
ID hgddjejkbfbalimhbamdmlnkkcldkcam
Official URL https://chrome.google.com/webstore/detail/kijiji-enhanced/hgddjejkbfbalimhbamdmlnkkcldkcam
Description Make it easier to browse kijiji.ca
File Size 39.96 KB
Installation Count 1,000
Current Version 0.0.3
Last Updated 2015-06-22
Publish Date 2015-06-22
Rating 4.04/5 Total 50 Ratings
Developer http://ohdoylerules.com
Email [email protected]
Payment Type free
Extension Website https://github.com/WARPAINTMedia/kijiji-enhanced
Help Page URL https://github.com/WARPAINTMedia/kijiji-enhanced
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.kijiji.ca\/*",
                "https:\/\/*.kijiji.ca\/*",
                "https:\/\/maps.googleapis.com\/maps\/api\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "https:\/\/maps.googleapis.com\/maps\/api\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*.kijiji.ca\/*",
        "https:\/\/*.kijiji.ca\/*",
        "https:\/\/maps.googleapis.com\/maps\/api\/*"
    ]
}