Reddit Deduplicator
Hide duplicate posts on pre-redesign Reddit.
什麼是Reddit Deduplicator?
Reddit Deduplicator是由Nick Gaya開發的Chrome擴展程式,該擴展的主要功能是“Hide duplicate posts on pre-redesign Reddit.”。
擴展截圖
下載Reddit Deduplicator擴展crx文件
下載Reddit Deduplicator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When viewing a list of posts on reddit.com, the extension finds posts with the same URL or thumbnail and groups them together, showing only the first instance. This is particularly useful when viewing an individual user's posts, as some users will post the same link or upload the same image to multiple subreddits. It can also be useful for viewing subscriptions or multireddits that aggregate posts from similar subreddits. This extension is compatible with Reddit Enhancement Suite's "Never Ending Reddit" feature. Merge icon by Freepik from www.flaticon.com (modified from original).
擴展基本資訊
名稱 | Reddit Deduplicator |
ID | dnnbdjbnhfojinfmmiiehamhkheifbbg |
官方網址 | https://chromewebstore.google.com/detail/reddit-deduplicator/dnnbdjbnhfojinfmmiiehamhkheifbbg |
簡介 | Hide duplicate posts on pre-redesign Reddit. |
檔案大小 | 37.49 KB |
安裝次數 | 967 |
目前版本 | 1.4 |
更新時間 | 2021-05-25 |
上架時間 | 2020-11-23 |
評分 | 4.33/5 共 6 次評分 |
開發者 | Nick Gaya |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://nickgaya.github.io/rededup/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Deduplicator", "version": "1.4", "author": "Nicholas Gaya", "description": "Hide duplicate posts on pre-redesign Reddit.", "homepage_url": "https:\/\/nickgaya.github.io\/rededup\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "*:\/\/*.thumbs.redditmedia.com\/*", "storage" ], "options_ui": { "page": "options\/index.html", "open_in_tab": false }, "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "js": [ "browser-polyfill.js", "bgshim.js", "settings.js", "rededup.js" ] } ], "background": { "scripts": [ "browser-polyfill.js", "dct.js", "dwt.js", "phash.js", "background.js" ], "persistent": false }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn0ryKXBfNTU8RVqLeQWhpHYzN7gj8NfJrd2CYVwjTVRLCLYNzoAUPB86DuWPEHX0wJ7Nao6MFNFXHNvp\/heLerY2C9yiUAL7PCYWO4vwQhSEbbGaarR4DGbPcN6JBjg8RFwEdvR2Qwqt735ZHdtc3IpP+nu3JDRkA\/qIGNrU38GFLgbbgenQtxrFhfbXRW7fIjudQz6pEG\/rJ2LeE+BBqF5oyPNsZ1ZozgbeUKobWOrR6zou3KGkEx7850wWwBc8aINbgaNn8BtmR2pkD69MdJ9a4w+rfkDN2viSYNoytHvhz3W2GzifFQom1mH82mbJBC\/TPpf7jk2b22rrq436yQIDAQAB" } |