Rename Trump
Does the mere sight of his name bring you frustration? Then change it to something else!
Rename Trump là gì?
Rename Trump là một tiện ích mở rộng Chrome được phát triển bởi doogin, và tính năng chính của nó là "Does the mere sight of his name bring you frustration? Then change it to something else!".
Ả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 Rename Trump
Tải xuống các tệp mở rộng Rename Trump 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
Sick of looking at this man's name? GIve him a new name that will replace his real name on every website you visit.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | loiagmbficjodnelncioomijbmflhhia |
URL Chính Thức | https://chrome.google.com/webstore/detail/rename-trump/loiagmbficjodnelncioomijbmflhhia |
Mô tả | Does the mere sight of his name bring you frustration? Then change it to something else! |
Kích Thước Tệp | 39.79 KB |
Số Lần Cài Đặt | 126 |
Phiên Bản Hiện Tại | 1.2.4 |
Cập Nhật Lần Cuối | 2016-11-12 |
Ngày Phát Hành | 2016-11-12 |
Đánh Giá | 4.69/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | doogin |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://trumpinoneword.com/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rename Trump", "version": "1.2.4", "manifest_version": 2, "description": "Does the mere sight of his name bring you frustration? Then change it to something else!", "icons": { "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.2.4.min.js", "script.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "http:\/\/*.google.com\/", "https:\/\/*.google.com\/" ], "browser_action": { "default_title": "", "default_icon": { "16": "img\/b_icon16.png", "24": "img\/b_icon24.png", "32": "img\/b_icon32.png" }, "default_popup": "popup.html" } } |