Breaking Clicking Bad

I am the one who cheats.

What is Breaking Clicking Bad?

Breaking Clicking Bad is a Chrome extension developed by bryanmytko, and its main feature is "I am the one who cheats.".

Extension Screenshots

screenshot

Download Breaking Clicking Bad Extension CRX File

Download Breaking Clicking Bad 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

                                            

Extension Basic Information

Name Breaking Clicking Bad Breaking Clicking Bad
ID aflhggiiciegoaekdffdfajgndcpckjd
Official URL https://chrome.google.com/webstore/detail/breaking-clicking-bad/aflhggiiciegoaekdffdfajgndcpckjd
Description I am the one who cheats.
File Size 266 KB
Installation Count 195
Current Version 1.0
Last Updated 2013-11-26
Publish Date 2013-11-26
Rating 2.87/5 Total 15 Ratings
Developer bryanmytko
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Breaking Clicking Bad",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.nullism.com\/*"
            ],
            "js": [
                "jquery.js",
                "popup.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "jquery.js",
        "popup.js",
        "hector.png"
    ],
    "description": "I am the one who cheats.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    }
}