NSFSquirrels
This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.
NSFSquirrels là gì?
NSFSquirrels là một tiện ích mở rộng Chrome được phát triển bởi Buckwheat469, và tính năng chính của nó là "This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.".
Ả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 NSFSquirrels
Tải xuống các tệp mở rộng NSFSquirrels 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
Based on XKCD What If? number 98 and a random comment on Reddit, this extension will replace NSFW images with pictures of squirrels from Flickr. It will replace a maximum of 50 images per page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NSFSquirrels |
ID | jelidmdmniigalcbkgbllphhmdonpifd |
URL Chính Thức | https://chromewebstore.google.com/detail/nsfsquirrels/jelidmdmniigalcbkgbllphhmdonpifd |
Mô tả | This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels. |
Kích Thước Tệp | 3.7 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2014-05-29 |
Ngày Phát Hành | 2014-05-28 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Buckwheat469 |
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": "NSFSquirrels", "description": "This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.", "version": "1.1", "permissions": [ "https:\/\/secure.flickr.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/*", "http:\/\/www.reddit.com\/*\/*" ], "js": [ "NSFSquirrels.js" ] } ] } |