OzBargain Enhancement Suite

This extension improves user experience on the OzBargain website.

What is OzBargain Enhancement Suite?

OzBargain Enhancement Suite is a Chrome extension developed by Unknown, and its main feature is "This extension improves user experience on the OzBargain website.".

Extension Screenshots

screenshot

Download OzBargain Enhancement Suite Extension CRX File

Download OzBargain Enhancement Suite 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

                        Fixes colours/fonts for OzBargain website. Adds infinity scrolling. Minor UI tweaks.                    

Extension Basic Information

Name OzBargain Enhancement Suite OzBargain Enhancement Suite
ID ibhmehngibckidejellnhkbflekdcgmi
Official URL https://chromewebstore.google.com/detail/ozbargain-enhancement-sui/ibhmehngibckidejellnhkbflekdcgmi
Description This extension improves user experience on the OzBargain website.
File Size 38.2 KB
Installation Count 188
Current Version 1.0.2
Last Updated 2014-09-07
Publish Date 2014-09-06
Rating 3.50/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OzBargain Enhancement Suite",
    "description": "This extension improves user experience on the OzBargain website.",
    "version": "1.0.2",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ozbargain.com.au\/*"
            ],
            "css": [
                "style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.ozbargain.com.au\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.ozbargain.com.au\/node\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ],
            "css": [
                "node_style.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}