Millennials to Snake People Pure
Replaces the text 'Millennial' with 'Snake People', with easter eggs from the original MtSP v1.7 removed.
Millennials to Snake People Pure là gì?
Millennials to Snake People Pure là một tiện ích mở rộng Chrome được phát triển bởi Steven Tan, và tính năng chính của nó là "Replaces the text 'Millennial' with 'Snake People', with easter eggs from the original MtSP v1.7 removed.".
Ả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 Millennials to Snake People Pure
Tải xuống các tệp mở rộng Millennials to Snake People Pure 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 a simple fork of the original Millennials to Snake People extension by Eric Bailey. I love the original extension, however the large Easter Egg list made it increasingly difficult to ready news articles without having random text changed. I have forked off the original 1.7 version to create this extension. Version History: v1.0 - Original fork v1.1 - Pulled in upstream changes to avoid the weird Facebook backwards entry bug v1.2 - Removed a "pliskin faction" easter egg I missed earlier. Also streamlined repo so it's easier for me to do future updates.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Millennials to Snake People Pure |
ID | ekkcdmnckghgcbgkdfbafpgepbmkjhnd |
URL Chính Thức | https://chromewebstore.google.com/detail/millennials-to-snake-peop/ekkcdmnckghgcbgkdfbafpgepbmkjhnd |
Mô tả | Replaces the text 'Millennial' with 'Snake People', with easter eggs from the original MtSP v1.7 removed. |
Kích Thước Tệp | 12.91 KB |
Số Lần Cài Đặt | 176 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2019-01-27 |
Ngày Phát Hành | 2019-01-27 |
Đánh Giá | 4.00/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Steven Tan |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/steven-tan/millennials-to-snake-people-pure |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Millennials to Snake People Pure", "short_name": "Snake People", "description": "Replaces the text 'Millennial' with 'Snake People', with easter eggs from the original MtSP v1.7 removed.", "author": "Steven Tan", "version": "1.2", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |