Broomo - Javascript jQuery Executor

Executes your javascript/jquery scripts on specific web sites

What is Broomo - Javascript jQuery Executor?

Broomo - Javascript jQuery Executor is a Chrome extension developed by bulent taymaz, and its main feature is "Executes your javascript/jquery scripts on specific web sites".

Extension Screenshots

screenshot
screenshot

Download Broomo - Javascript jQuery Executor Extension CRX File

Download Broomo - Javascript jQuery Executor 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

                        Broomo executes your javascript/jquery code snippets on specific web sites you defined so you can create a customized view of your favorite sites.                    

Extension Basic Information

Name Broomo - Javascript jQuery Executor Broomo - Javascript jQuery Executor
ID hmkipcoboafepjhahnpifcbfbjlkiblf
Official URL https://chrome.google.com/webstore/detail/broomo-javascript-jquery/hmkipcoboafepjhahnpifcbfbjlkiblf
Description Executes your javascript/jquery scripts on specific web sites
File Size 75.53 KB
Installation Count 192
Current Version 1.0
Last Updated 2018-01-21
Publish Date 2018-01-21
Rating 2.00/5 Total 3 Ratings
Developer bulent taymaz
Payment Type free
Help Page URL http://broomo.freeforums.net
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Broomo - Javascript jQuery Executor",
    "description": "Executes your javascript\/jquery scripts on specific web sites",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "webRequest",
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.slim.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "175": "ikon175x175.png",
        "128": "ikon128x128.png",
        "20": "ikon20x20.png",
        "16": "ikon16x16.png"
    },
    "options_page": "options.html"
}