Nashey Cougar

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

什麼是Nashey Cougar?

Nashey Cougar是由dan devine開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.”。

擴展截圖

screenshot
screenshot

下載Nashey Cougar擴展crx文件

下載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
官方網址 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"
        }
    ]
}