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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wil7vin และคุณลักษณะหลักของมันคือ "Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Keemstar Corrector

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
        }
    ]
}