Nashey Cougar

Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.

Nashey Cougarคืออะไร?

Nashey Cougar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dan devine และคุณลักษณะหลักของมันคือ "Replaces the text 'Nicolas Cage' with 'Nashey Cougar'."

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Nashey Cougar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension replaces occurrences of the text 'Nicolas Cage' with 'Nashey Cougar', which is the correct phonetic pronunciation of his name.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Nashey Cougar Nashey Cougar
ID jjoajpghilppoeackfnbafblijkhocno
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nashey-cougar/jjoajpghilppoeackfnbafblijkhocno
คำอธิบาย Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.
ขนาดไฟล์ 46.16 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2015-03-27
วันที่เผยแพร่ 2015-03-27
ผู้พัฒนา dan devine
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://danieldevine.github.io/nashey-cougar/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nashey Cougar",
    "version": "1.3",
    "description": "Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.",
    "browser_action": {
        "default_icon": "nc.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}