Unnoficial Reddit NSFW Filter for redesign
This extension removes NSFW items from reddit or makes them the only ones visible (your choice).
Unnoficial Reddit NSFW Filter for redesign là gì?
Unnoficial Reddit NSFW Filter for redesign là một tiện ích mở rộng Chrome được phát triển bởi 07mcteaguepet, và tính năng chính của nó là "This extension removes NSFW items from reddit or makes them the only ones visible (your choice).".
Ả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 Unnoficial Reddit NSFW Filter for redesign
Tải xuống các tệp mở rộng Unnoficial Reddit NSFW Filter for redesign 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 allows you to choose to hide NSFW items from reddit or make them the only ones visible, or neither.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Unnoficial Reddit NSFW Filter for redesign |
ID | jjnnbblbdeabcdgifodkjpalefmgidam |
URL Chính Thức | https://chrome.google.com/webstore/detail/unnoficial-reddit-nsfw-fi/jjnnbblbdeabcdgifodkjpalefmgidam |
Mô tả | This extension removes NSFW items from reddit or makes them the only ones visible (your choice). |
Kích Thước Tệp | 38.09 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-05-04 |
Ngày Phát Hành | 2018-05-04 |
Đánh Giá | 1.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | 07mcteaguepet |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://github.com/PeterMcteague/RedditNSFWToggler |
URL Trang Trợ Giúp | https://github.com/PeterMcteague/RedditNSFWToggler/issues |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unnoficial Reddit NSFW Filter for redesign", "version": "1.0", "options_page": "src\/options\/options.html", "options_ui": { "page": "src\/options\/options.html", "open_in_tab": false }, "manifest_version": 2, "description": "This extension removes NSFW items from reddit or makes them the only ones visible (your choice).", "author": "Peter McTeague", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/*", "https:\/\/www.reddit.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "options", "popup": "src\/options\/options.html", "default_popup": "src\/options\/options.html" } } |