Support for the "blink" tag

Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!

What is Support for the "blink" tag?

Support for the "blink" tag is a Chrome extension developed by zamfofex, and its main feature is "Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!".

Download Support for the "blink" tag Extension CRX File

Download Support for the "blink" tag 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

                        Adds support for the non-standard "blink" HTML tag. Most text inside the "blink" tag should blink, like in the Netscape browser, and old versions of Firefox.                    

Extension Basic Information

Name Support for the Support for the "blink" tag
ID ogekfeglnnokbeehfnilhbgfponmjmlo
Official URL https://chromewebstore.google.com/detail/support-for-the-blink-tag/ogekfeglnnokbeehfnilhbgfponmjmlo
Description Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!
File Size 4.21 KB
Installation Count 65
Current Version 1.0.1
Last Updated 2015-04-08
Publish Date 2015-04-08
Rating 5.00/5 Total 4 Ratings
Developer zamfofex
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Support for the \"blink\" tag",
    "short_name": "Blinking Text",
    "description": "Oh, looky there, what is that? It's text... And it blinks. It's blinking text! Hooray!",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "blink.js"
            ],
            "css": [
                "inline.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}