Voldemort Replacer
This extension replaces the word Voldemort in websites with one of 3 random values.
Voldemort Replacer là gì?
Voldemort Replacer là một tiện ích mở rộng Chrome được phát triển bởi Buckwheat469, và tính năng chính của nó là "This extension replaces the word Voldemort in websites with one of 3 random values.".
Ả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 Voldemort Replacer
Tải xuống các tệp mở rộng Voldemort Replacer 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 Voldemort or Lord Voldemort (including the possessive options) with a random choice of "You-Know-Who", "He-Who-Must-Not-Be-Named", or "the Dark Lord".
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | apknhhlmkgippggghbhhdnekmgkaeglb |
URL Chính Thức | https://chrome.google.com/webstore/detail/voldemort-replacer/apknhhlmkgippggghbhhdnekmgkaeglb |
Mô tả | This extension replaces the word Voldemort in websites with one of 3 random values. |
Kích Thước Tệp | 352 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2015-05-10 |
Ngày Phát Hành | 2015-05-10 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Buckwheat469 |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ajbogh/VoldemortReplacer |
URL Trang Trợ Giúp | https://github.com/ajbogh/VoldemortReplacer/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Voldemort Replacer", "description": "This extension replaces the word Voldemort in websites with one of 3 random values.", "version": "1.2", "permissions": [ "tabs", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "voldemortReplacer.js" ], "run_at": "document_end" } ] } |