Titan XP

Replaces titan X with titan XP

What is Titan XP?

Titan XP is a Chrome extension developed by Unknown, and its main feature is "Replaces titan X with titan XP".

Extension Screenshots

screenshot

Download Titan XP Extension CRX File

Download Titan XP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Titan XP Titan XP
ID ffakkadhmmphhccnbaejgkpkbcdcginc
Official URL https://chromewebstore.google.com/detail/titan-xp/ffakkadhmmphhccnbaejgkpkbcdcginc
Description Replaces titan X with titan XP
File Size 15.82 KB
Installation Count 13
Current Version 1.1
Last Updated 2016-08-06
Publish Date 2016-08-06
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
        }
    ]
}