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 |
公式URL | 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 |
Eメール | [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" } |