Titan XP

Replaces titan X with titan XP

Qu'est-ce que Titan XP ?

Titan XP est une extension Chrome développée par Unknown, et sa fonction principale est "Replaces titan X with titan XP".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Titan XP

Téléchargez les fichiers d'extension Titan XP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Titan XP Titan XP
ID ffakkadhmmphhccnbaejgkpkbcdcginc
URL Officiel https://chromewebstore.google.com/detail/titan-xp/ffakkadhmmphhccnbaejgkpkbcdcginc
Description Replaces titan X with titan XP
Taille du Fichier 15.82 KB
Nombre d'Installations 13
Version Actuelle 1.1
Dernière Mise à Jour 2016-08-06
Date de Publication 2016-08-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}