Titan XP

Replaces titan X with titan XP

什麼是Titan XP?

Titan XP是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Replaces titan X with titan XP”。

擴展截圖

screenshot

下載Titan XP擴展crx文件

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

擴展使用說明

                        This extension will replace all instances of the string "Titan X" with "Titan XP".
Based on the real naming scheme from nvidia, before they made a typo on launch.                    

擴展基本資訊

名稱 Titan XP Titan XP
ID ffakkadhmmphhccnbaejgkpkbcdcginc
官方網址 https://chromewebstore.google.com/detail/titan-xp/ffakkadhmmphhccnbaejgkpkbcdcginc
簡介 Replaces titan X with titan XP
檔案大小 15.82 KB
安裝次數 13
目前版本 1.1
更新時間 2016-08-06
上架時間 2016-08-06
評分 5.00/5 共 1 次評分
開發者 Unknown
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Titan XP",
    "description": "Replaces titan X with titan XP",
    "icons": {
        "128": "icon128.png"
    },
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}