DevineTools Enhancer

Enchance your devine tools

What is DevineTools Enhancer?

DevineTools Enhancer is a Chrome extension developed by SirLydian, and its main feature is "Enchance your devine tools".

Extension Screenshots

screenshot
screenshot

Download DevineTools Enhancer Extension CRX File

Download DevineTools Enhancer 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

                        Enhance your Devine Tools!
Features:
- Visual enhancements
- Get notified when you're second in queue
- Notice your spot in the queue in the browser tab. eg: (2) Devine SOS tool 
- Auto refresh enabled
- Fixed header

More to come!

Developed by:
Ruben Pauwels
Francis De Clercq                    

Extension Basic Information

Name DevineTools Enhancer DevineTools Enhancer
ID ifblilciipjpadookcohpkmgapoeedca
Official URL https://chromewebstore.google.com/detail/devinetools-enhancer/ifblilciipjpadookcohpkmgapoeedca
Description Enchance your devine tools
File Size 13.42 KB
Installation Count 56
Current Version 1.1
Last Updated 2016-05-26
Publish Date 2016-05-26
Rating 4.36/5 Total 11 Ratings
Developer SirLydian
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DevineTools Enhancer",
    "description": "Enchance your devine tools",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "192": "icon2.png"
    },
    "browser_action": {
        "default_icon": "icon2.png",
        "default_popup": "extension.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sos.devine-tools.be\/*"
            ],
            "js": [
                "feed.js"
            ],
            "run_at": "document_end"
        }
    ]
}