NSFW Filter
This extension allows the user to view only NSFW posts on Reddit.
Wat is NSFW Filter?
NSFW Filter is een Chrome-extensie ontwikkeld door NSFWFilter, en de belangrijkste functie is "This extension allows the user to view only NSFW posts on Reddit.".
Extensie Screenshots
Download het CRX-bestand van de extensie NSFW Filter
Download NSFW Filter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
An NSFW FIlter that allows users to see NSFW content on Reddit. Basisinformatie over de Extensie
| Naam | |
| ID | kcbhaaeppldaemnnbpoaloiogmenibmh |
| Officiële URL | https://chrome.google.com/webstore/detail/nsfw-filter/kcbhaaeppldaemnnbpoaloiogmenibmh |
| Beschrijving | This extension allows the user to view only NSFW posts on Reddit. |
| Bestandsgrootte | 7.94 KB |
| Aantal Installaties | 425 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2017-10-24 |
| Publicatiedatum | 2017-10-24 |
| Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | NSFWFilter |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |