Container to Fart
Replaces the text 'container' with 'fart'.
Container to Fart là gì?
Container to Fart là một tiện ích mở rộng Chrome được phát triển bởi jacob.m.robinson, và tính năng chính của nó là "Replaces the text 'container' with 'fart'.".
Ả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 Container to Fart
Tải xuống các tệp mở rộng Container to Fart 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
Container to Fart replaces instances of 'container' with 'fart' within web page content. Combined with the Cloud to Butt Chrome extension, Container to Fart will bring some back some comedy into all the drama that is happening with Linux Farts and Butt Computing.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | ddekfmgjejpecfmkijkoeibgehjmjoah |
URL Chính Thức | https://chrome.google.com/webstore/detail/container-to-fart/ddekfmgjejpecfmkijkoeibgehjmjoah |
Mô tả | Replaces the text 'container' with 'fart'. |
Kích Thước Tệp | 3.38 KB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-12-02 |
Ngày Phát Hành | 2014-12-02 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | jacob.m.robinson |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jakerobinson/container-to-fart |
URL Trang Trợ Giúp | https://github.com/jakerobinson/container-to-fart/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Container to Fart", "version": "1.0", "description": "Replaces the text 'container' with 'fart'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |