Metal Gear Solid Words Swap
Changes words in the websites you visit to be Metal Gear themed
Metal Gear Solid Words Swap là gì?
Metal Gear Solid Words Swap là một tiện ích mở rộng Chrome được phát triển bởi actual_vale, và tính năng chính của nó là "Changes words in the websites you visit to be Metal Gear themed".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Metal Gear Solid Words Swap
Tải xuống các tệp mở rộng Metal Gear Solid Words Swap 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oakehbnanolbmgdbocehdljlbdgknblc |
URL Chính Thức | https://chrome.google.com/webstore/detail/metal-gear-solid-words-sw/oakehbnanolbmgdbocehdljlbdgknblc |
Mô tả | Changes words in the websites you visit to be Metal Gear themed |
Kích Thước Tệp | 48.88 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2017-07-23 |
Ngày Phát Hành | 2017-07-23 |
Đánh Giá | 1.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | actual_vale |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://mgsshitpostgenerator.tumblr.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Metal Gear Solid Words Swap", "description": "Changes words in the websites you visit to be Metal Gear themed", "version": "1.0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "wordsswap.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png" }, "permissions": [ "activeTab", "https:\/\/raw.githubusercontent.com\/actualvale\/mgswordswap\/master\/wordsswap.json", "storage" ] } |