Trident to Metal Gear
Replaces the text 'Trident' with 'Metal Gear'.
Trident to Metal Gear là gì?
Trident to Metal Gear là một tiện ích mở rộng Chrome được phát triển bởi Sledra, và tính năng chính của nó là "Replaces the text 'Trident' with 'Metal Gear'.".
Tải xuống tệp CRX của tiện ích mở rộng Trident to Metal Gear
Tải xuống các tệp mở rộng Trident to Metal Gear dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Replaces the word "Trident" with "Metal Gear". Jeremy Corbyn does look a bit like Revolver Ocelot doesn't he....
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | hbchjejfaipciplpfkilelpodaijgjmk |
URL Chính Thức | https://chrome.google.com/webstore/detail/trident-to-metal-gear/hbchjejfaipciplpfkilelpodaijgjmk |
Mô tả | Replaces the text 'Trident' with 'Metal Gear'. |
Kích Thước Tệp | 3.35 KB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-10-02 |
Ngày Phát Hành | 2015-10-02 |
Nhà Phát Triển | Sledra |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trident to Metal Gear", "version": "1.0", "description": "Replaces the text 'Trident' with 'Metal Gear'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |