Reddit Deduplicator
Hide duplicate posts on pre-redesign Reddit.
Cos'è Reddit Deduplicator?
Reddit Deduplicator è un'estensione di Chrome sviluppata da Nick Gaya, e la sua funzione principale è "Hide duplicate posts on pre-redesign Reddit.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reddit Deduplicator
Scarica i file di estensione Reddit Deduplicator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | Reddit Deduplicator |
ID | dnnbdjbnhfojinfmmiiehamhkheifbbg |
URL Ufficiale | https://chromewebstore.google.com/detail/reddit-deduplicator/dnnbdjbnhfojinfmmiiehamhkheifbbg |
Descrizione | Hide duplicate posts on pre-redesign Reddit. |
Dimensione del File | 37.49 KB |
Conteggio Installazioni | 967 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2021-05-25 |
Data di Pubblicazione | 2020-11-23 |
Valutazione | 4.33/5 Totale 6 Valutazioni |
Sviluppatore | Nick Gaya |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://nickgaya.github.io/rededup/ |
Lingue Supportate | 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" } |