Reddit Filter
Filter subreddits from your reddit feed.
什麼是Reddit Filter?
Reddit Filter是由prudhvirajs開發的Chrome擴展程式,該擴展的主要功能是“Filter subreddits from your reddit feed.”。
擴展截圖
下載Reddit Filter擴展crx文件
下載Reddit Filter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Filter subreddits from your reddit feed. If you don't want to see certain subreddits in your feeds, click a simple close button on top right corner of the post to filter any future posts from the subreddit. You can also manage the subreddits being filtered. This also remove any promoted posts (ads).
擴展基本資訊
名稱 | Reddit Filter |
ID | eifldojanodifhgcaodhilahkmcbojji |
官方網址 | https://chromewebstore.google.com/detail/reddit-filter/eifldojanodifhgcaodhilahkmcbojji |
簡介 | Filter subreddits from your reddit feed. |
檔案大小 | 43.83 KB |
安裝次數 | 111 |
目前版本 | 0.1 |
更新時間 | 2021-06-01 |
上架時間 | 2021-05-31 |
評分 | 3.29/5 共 7 次評分 |
開發者 | prudhvirajs |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Filter", "description": "Filter subreddits from your reddit feed.", "version": "0.1", "permissions": [ "storage" ], "browser_action": [], "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/r\/popular\/", "https:\/\/www.reddit.com\/", "https:\/\/www.reddit.com\/*" ], "js": [ "content.js", "jquery-3.6.0.min.js" ], "css": [ "content.css" ], "run_at": "document_end" } ], "icons": { "16": "\/images\/RF16.png", "32": "\/images\/RF32.png", "48": "\/images\/RF48.png", "128": "\/images\/RF128.png" }, "manifest_version": 2 } |