DiglettExtension

Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)

What is DiglettExtension?

DiglettExtension is a Chrome extension developed by lea, and its main feature is "Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)".

Extension Screenshots

screenshot
screenshot
screenshot

Download DiglettExtension Extension CRX File

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

                        Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)                    

Extension Basic Information

Name DiglettExtension DiglettExtension
ID fhlldgnpihnehidjaofdmbmklccmmnpn
Official URL https://chrome.google.com/webstore/detail/diglettextension/fhlldgnpihnehidjaofdmbmklccmmnpn
Description Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)
File Size 3.43 MB
Installation Count 31
Current Version 0.0.3
Last Updated 2015-04-10
Publish Date 2015-04-10
Rating 5.00/5 Total 1 Ratings
Developer lea
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DiglettExtension",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "omnibox": {
        "keyword": "indeed human"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "That's the tool tip",
        "default_popup": "browseraction\/popup.html"
    },
    "web_accessible_resources": [
        "img\/VpsNbi4.gif",
        "mp3\/diglettdig.mp3"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "devtools_page": "devtools\/devtools.html"
}