President Keroppi
Replace Trump with Keroppi and be happy all day
President Keroppi là gì?
President Keroppi là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Replace Trump with Keroppi and be happy all day".
Ả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 President Keroppi
Tải xuống các tệp mở rộng President Keroppi 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
Turn your internet exploring into an adventure with President Keroppi! Oh the hijinx! Read about his conquests in Keroppi Tower! Follow the Keroppi kids! Keep up with Keroppi Industries! It's like Trump never happened when you use this fun-filled morsel to replace all mentions of "Trump" with...what else? "Keroppi!"
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ddfjkjlcnfhjpmhaooejocainmdacilk |
URL Chính Thức | https://chromewebstore.google.com/detail/president-keroppi/ddfjkjlcnfhjpmhaooejocainmdacilk |
Mô tả | Replace Trump with Keroppi and be happy all day |
Kích Thước Tệp | 27.39 KB |
Số Lần Cài Đặt | 197 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2016-11-18 |
Ngày Phát Hành | 2016-11-18 |
Đánh Giá | 4.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "President Keroppi", "description": "Replace Trump with Keroppi and be happy all day", "version": "2.0", "icons": { "128": "images\/Keroppiicon128.png", "48": "images\/Keroppiicon48.png", "16": "images\/Keroppiicon16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |