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
公式URL 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"
        }
    ]
}