TXT RPLCR
Replaces one or more words on websites just for fun.
TXT RPLCR là gì?
TXT RPLCR là một tiện ích mở rộng Chrome được phát triển bởi raum für medien, và tính năng chính của nó là "Replaces one or more words on websites just for fun.".
Ả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 TXT RPLCR
Tải xuống các tệp mở rộng TXT RPLCR 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
Did you ever wish to replace a name or a term an a website? Here is your tool! Just type in the word to replace and the one you wish to read instead and have some fun! What about to read >>Dumb<< instead of >>Trump<< ;-)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TXT RPLCR |
ID | ljmcpfadmahmlkjcckmbkgihblabfhhi |
URL Chính Thức | https://chromewebstore.google.com/detail/txt-rplcr/ljmcpfadmahmlkjcckmbkgihblabfhhi |
Mô tả | Replaces one or more words on websites just for fun. |
Kích Thước Tệp | 45.91 KB |
Số Lần Cài Đặt | 46 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-07-25 |
Ngày Phát Hành | 2016-07-25 |
Nhà Phát Triển | raum für medien |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TXT RPLCR", "description": "Replaces one or more words on websites just for fun.", "version": "1.1", "offline_enabled": true, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "js": [ "inject.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "128x128.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |