Titan XP
Replaces titan X with titan XP
Titan XPคืออะไร?
Titan XP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Replaces titan X with titan XP"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Titan XP
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } ] } |