Reddit Skwisgaarifyer
Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.
Reddit Skwisgaarifyer là gì?
Reddit Skwisgaarifyer là một tiện ích mở rộng Chrome được phát triển bởi jonash, và tính năng chính của nó là "Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.".
Ả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 Reddit Skwisgaarifyer
Tải xuống các tệp mở rộng Reddit Skwisgaarifyer 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
Picks out elements in the currently loaded reddit-page and randomly (rarely) changes some words, for instance "is" becomes "ams". Makes 40% of the words plural (Thats ams how thems shoulds be spelleds?).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bkigffbamdggjllmcgacjcgigognnoca |
URL Chính Thức | https://chromewebstore.google.com/detail/reddit-skwisgaarifyer/bkigffbamdggjllmcgacjcgigognnoca |
Mô tả | Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores. |
Kích Thước Tệp | 39.91 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 1.22 |
Cập Nhật Lần Cuối | 2014-11-27 |
Ngày Phát Hành | 2014-11-27 |
Đánh Giá | 4.75/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | jonash |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/hellmanhellman/skwizz |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Skwisgaarifyer", "short_name": "skwizz", "version": "1.22", "icons": { "128": "icon128.png", "48": "icon48.png" }, "description": "Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.", "content_scripts": [ { "matches": [ "*:\/\/www.reddit.com\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "background": [ { "persistent": false } ] } |