Ted Cruz is the Zodiac Killer Replacer
Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."
Ted Cruz is the Zodiac Killer Replacer là gì?
Ted Cruz is the Zodiac Killer Replacer là một tiện ích mở rộng Chrome được phát triển bởi Brennan Butler, và tính năng chính của nó là "Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."".
Ả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 Ted Cruz is the Zodiac Killer Replacer
Tải xuống các tệp mở rộng Ted Cruz is the Zodiac Killer 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
A tiny and simple extension that replaces all text instances of Ted Cruz with his true identity, The Zodiac Killer.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ted Cruz is the Zodiac Killer Replacer |
ID | iajmlnmkpiipapofijlnkechdjjmnfeg |
URL Chính Thức | https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/iajmlnmkpiipapofijlnkechdjjmnfeg |
Mô tả | Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer." |
Kích Thước Tệp | 59.85 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2016-03-14 |
Ngày Phát Hành | 2016-03-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Brennan Butler |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Ted Cruz is The Zodiac Killer" }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Add this app to your Chrome browser and replace all instances of \"Ted Cruz\" with \"The Zodiac Killer.\"", "manifest_version": 2, "name": "Ted Cruz is the Zodiac Killer Replacer", "permissions": [ "http:\/\/*.google.com\/", "http:\/\/*.com\/", "http:\/\/*.*\/", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4" } |