PackageHilgertova

Clicks through single packages on GitHub, BitBucket & cgit automatically

What is PackageHilgertova?

PackageHilgertova is a Chrome extension developed by Unknown, and its main feature is "Clicks through single packages on GitHub, BitBucket & cgit automatically".

Extension Screenshots

screenshot
screenshot
screenshot

Download PackageHilgertova Extension CRX File

Download PackageHilgertova 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

                        This extension saves precious clicks every day, especially for Java developers.

Stop clicking through packages on GitHub, BitBucket & cgit. Let PackageHilgertova paddle through them automatically.

Source code: https://github.com/inmite/chrome-package-hilgertova                    

Extension Basic Information

Name PackageHilgertova PackageHilgertova
ID lcjmhdkkgnlhelgilgccgheboicdekpe
Official URL https://chromewebstore.google.com/detail/packagehilgertova/lcjmhdkkgnlhelgilgccgheboicdekpe
Description Clicks through single packages on GitHub, BitBucket & cgit automatically
File Size 6.24 KB
Installation Count 20
Current Version 1.0
Last Updated 2014-07-16
Publish Date 2014-07-16
Rating 5.00/5 Total 4 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/inmite/chrome-package-hilgertova
Help Page URL http://inmite.github.io/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PackageHilgertova",
    "description": "Clicks through single packages on GitHub, BitBucket & cgit automatically",
    "version": "1.0",
    "icons": {
        "16": "hilgertova16.png",
        "48": "hilgertova48.png",
        "128": "hilgertova128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "clicker.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}