No Tooltip Textareas

Hide annoying tooltips

What is No Tooltip Textareas?

No Tooltip Textareas is a Chrome extension developed by johnfontana, and its main feature is "Hide annoying tooltips".

Download No Tooltip Textareas Extension CRX File

Download No Tooltip Textareas 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

                        Gets rid of pesky tooltips in text areas, which can get in your way and block your view as you edit text on sites such as Facebook, and many others.                    

Extension Basic Information

Name No Tooltip Textareas No Tooltip Textareas
ID dbeaanekcmbipbkoiidfphdkdhpphcpk
Official URL https://chrome.google.com/webstore/detail/no-tooltip-textareas/dbeaanekcmbipbkoiidfphdkdhpphcpk
Description Hide annoying tooltips
File Size 86.33 KB
Installation Count 27
Current Version 1.0
Last Updated 2013-07-14
Publish Date 2013-07-14
Rating 2.60/5 Total 5 Ratings
Developer johnfontana
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Tooltip Textareas",
    "manifest_version": 2,
    "version": "1.0",
    "description": "Hide annoying tooltips",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "hide_titles.js"
            ]
        }
    ]
}