Donald to Darth
This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page
Donald to Darth là gì?
Donald to Darth là một tiện ích mở rộng Chrome được phát triển bởi jessehmcdonald, và tính năng chính của nó là "This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page".
Ả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 Donald to Darth
Tải xuống các tệp mở rộng Donald to Darth 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
Well after hearing about all these politics people are getting bored. It is time to spice things up a bit! The Chrome Extension Changes famous politicians names to Star Wars Characters!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Donald to Darth |
ID | epmmoednmfpdmennmmcedihlcecffdde |
URL Chính Thức | https://chromewebstore.google.com/detail/donald-to-darth/epmmoednmfpdmennmmcedihlcecffdde |
Mô tả | This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page |
Kích Thước Tệp | 7.88 KB |
Số Lần Cài Đặt | 66 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2015-12-19 |
Ngày Phát Hành | 2015-12-19 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | jessehmcdonald |
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": "Donald to Darth", "description": "This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page", "version": "1.4", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "https:\/\/www.google-analytics.com\/", "storage" ], "browser_action": { "default_icon": "favicon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |