Keemstar Corrector

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

什麼是Keemstar Corrector?

Keemstar Corrector是由wil7vin開發的Chrome擴展程式,該擴展的主要功能是“Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him!”。

擴展截圖

screenshot

下載Keemstar Corrector擴展crx文件

下載Keemstar Corrector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Keemstar Corrector Keemstar Corrector
ID bjpcfjaiacggbpiaibajjibjefjkblop
官方網址 https://chrome.google.com/webstore/detail/keemstar-corrector/bjpcfjaiacggbpiaibajjibjefjkblop
簡介 Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him!
檔案大小 3.64 KB
安裝次數 12
目前版本 1.1
更新時間 2016-06-28
上架時間 2016-06-28
評分 5.00/5 共 2 次評分
開發者 wil7vin
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
        }
    ]
}