NSFW Filter
This extension allows the user to view only NSFW posts on Reddit.
Cos'è NSFW Filter?
NSFW Filter è un'estensione di Chrome sviluppata da NSFWFilter, e la sua funzione principale è "This extension allows the user to view only NSFW posts on Reddit.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NSFW Filter
Scarica i file di estensione NSFW Filter 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
An NSFW FIlter that allows users to see NSFW content on Reddit.
Informazioni di Base sull'Estensione
Nome | NSFW Filter |
ID | kcbhaaeppldaemnnbpoaloiogmenibmh |
URL Ufficiale | https://chrome.google.com/webstore/detail/nsfw-filter/kcbhaaeppldaemnnbpoaloiogmenibmh |
Descrizione | This extension allows the user to view only NSFW posts on Reddit. |
Dimensione del File | 7.94 KB |
Conteggio Installazioni | 425 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2017-10-24 |
Data di Pubblicazione | 2017-10-24 |
Valutazione | 3.50/5 Totale 2 Valutazioni |
Sviluppatore | NSFWFilter |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NSFW Filter", "description": "This extension allows the user to view only NSFW posts on Reddit.", "version": "0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.reddit.com\/*" ], "js": [ ".\/nsfw.js" ], "run_at": "document_end" } ] } |