chrome-spoopy
Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.
chrome-spoopy là gì?
chrome-spoopy là một tiện ích mở rộng Chrome được phát triển bởi TopPhysicist, và tính năng chính của nó là "Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.".
Tải xuống tệp CRX của tiện ích mở rộng chrome-spoopy
Tải xuống các tệp mở rộng chrome-spoopy 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
Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | ddhilclcnpneangmopgpfcofdpdffgop |
URL Chính Thức | https://chrome.google.com/webstore/detail/ddhilclcnpneangmopgpfcofdpdffgop |
Mô tả | Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October. |
Kích Thước Tệp | 3.56 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-10-16 |
Ngày Phát Hành | 2015-10-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | TopPhysicist |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mattleblanc/chrome-spoopy |
URL Trang Trợ Giúp | https://github.com/mattleblanc/chrome-spoopy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "chrome-spoopy", "version": "1.0", "description": "Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |