Harambe Zoo
Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!
Harambe Zoo là gì?
Harambe Zoo là một tiện ích mở rộng Chrome được phát triển bởi Trumani, và tính năng chính của nó là "Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!".
Ả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 Harambe Zoo
Tải xuống các tệp mở rộng Harambe Zoo 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 The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. You can choose to display the switch at random once a day in the settings. You can also exclude specified URLs. May he rest in peace.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Harambe Zoo |
ID | fdiabppfcahejnampgcdfnpbdedledhc |
URL Chính Thức | https://chromewebstore.google.com/detail/harambe-zoo/fdiabppfcahejnampgcdfnpbdedledhc |
Mô tả | Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe! |
Kích Thước Tệp | 42.73 KB |
Số Lần Cài Đặt | 48 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2016-09-14 |
Ngày Phát Hành | 2016-09-14 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Trumani |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://trumani.com |
URL Trang Chính Sách Bảo Mật | http://trumani.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Harambe Zoo", "version": "0.1.0", "description": "Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!", "permissions": [ "storage" ], "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon19-on.png", "default_title": "Toggle Swtich" }, "content_security_policy": "default-src 'none'; script-src 'self'", "options_page": "options.html" } |