DEVELOPERS

Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it

What is DEVELOPERS?

DEVELOPERS is a Chrome extension developed by toddwords, and its main feature is "Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it".

Extension Screenshots

screenshot
screenshot
screenshot

Download DEVELOPERS Extension CRX File

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

                        Add some extra enthusiasm to your job search or hiring call with DEVELOPERS! This premium chrome extension causes Steve Ballmer to yell the word "Developers!" every time you mouse over the word "developer" or "developers." 12 yells in all! Text also changes color and gets bigger. Even works when you type "developers" yourself on facebook or in an email!

---
Produced by Todd Anderson as the reward for 50 sales of his book Hotwriting, available from Instar Books: http://instarbooks.com/books/hotwriting.html                    

Extension Basic Information

Name DEVELOPERS DEVELOPERS
ID jnflnkgfjpdmnngjdkeliocklhnekmki
Official URL https://chromewebstore.google.com/detail/developers/jnflnkgfjpdmnngjdkeliocklhnekmki
Description Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it
File Size 193 KB
Installation Count 50
Current Version 1.0
Last Updated 2017-01-05
Publish Date 2017-01-05
Rating 5.00/5 Total 1 Ratings
Developer toddwords
Email [email protected]
Payment Type free
Extension Website http://instarbooks.com/books/hotwriting.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DEVELOPERS",
    "description": "Steve Ballmer yells the word 'DEVELOPERS' when you mouse over it",
    "version": "1.0",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "inject.js"
            ]
        }
    ]
}