Anonymous to 15 year old kid
Replaces the text 'anonymous' by '15 year old kid'.
Anonymous to 15 year old kid là gì?
Anonymous to 15 year old kid là một tiện ích mở rộng Chrome được phát triển bởi amonije, và tính năng chính của nó là "Replaces the text 'anonymous' by '15 year old kid'.".
Ả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 Anonymous to 15 year old kid
Tải xuống các tệp mở rộng Anonymous to 15 year old kid 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
This extension replaces all "Anonymous" words by "group of 15 year old kids" and other things on web pages. The results are funny. FAQ: - Why ? --> Because - It's not funny --> I don't care Source code here: https://github.com/Malharhak/Anonymous-To-15-Year-Old-Kid if you're a 15 year old hacker that wants to hackitty hack.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lkfinojjbbpiedipbemghkhlbjiobjoa |
URL Chính Thức | https://chrome.google.com/webstore/detail/anonymous-to-15-year-old/lkfinojjbbpiedipbemghkhlbjiobjoa |
Mô tả | Replaces the text 'anonymous' by '15 year old kid'. |
Kích Thước Tệp | 3.66 KB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2015-11-30 |
Ngày Phát Hành | 2015-11-30 |
Đánh Giá | 3.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | amonije |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anonymous to 15 year old kid", "version": "1.2", "description": "Replaces the text 'anonymous' by '15 year old kid'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |