Keemstar Corrector

Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him!

What is Keemstar Corrector?

Keemstar Corrector is a Chrome extension developed by wil7vin, and its main feature is "Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him!".

Extension Screenshots

screenshot

Download Keemstar Corrector Extension CRX File

Download Keemstar Corrector 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

                        Keemstar's Twitter bio and Youtube about page are a bit outdated.
This fixes this error for him since he is a busy man and probably 
other things on his mind.

Just install and all the errors in his twitter bio and Youtube about page just disappear                    

Extension Basic Information

Name Keemstar Corrector Keemstar Corrector
ID bjpcfjaiacggbpiaibajjibjefjkblop
Official URL https://chrome.google.com/webstore/detail/keemstar-corrector/bjpcfjaiacggbpiaibajjibjefjkblop
Description Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him!
File Size 3.64 KB
Installation Count 12
Current Version 1.1
Last Updated 2016-06-28
Publish Date 2016-06-28
Rating 5.00/5 Total 2 Ratings
Developer wil7vin
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keemstar Corrector",
    "description": "Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him!",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitter.com\/KEEMSTAR*",
                "https:\/\/twitter.com\/KEEMSTAR*",
                "http:\/\/www.youtube.com\/user\/NewDramaAlert\/about*",
                "https:\/\/www.youtube.com\/user\/NewDramaAlert\/about*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}