Clear my NSFW history
Clean all nsfw websites from browser's history
Wat is Clear my NSFW history?
Clear my NSFW history is een Chrome-extensie ontwikkeld door ilyamedzhidov, en de belangrijkste functie is "Clean all nsfw websites from browser's history".
Extensie Screenshots
Download het CRX-bestand van de extensie Clear my NSFW history
Download Clear my NSFW history-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
This extension will help you to remove all nsfw content from your browser's history. Basisinformatie over de Extensie
| Naam | |
| ID | jnmlpdjhbcmkekgdfjfdgpfcincoalgg |
| Officiële URL | https://chrome.google.com/webstore/detail/clear-my-nsfw-history/jnmlpdjhbcmkekgdfjfdgpfcincoalgg |
| Beschrijving | Clean all nsfw websites from browser's history |
| Bestandsgrootte | 4.54 MB |
| Aantal Installaties | 209 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2020-08-04 |
| Publicatiedatum | 2020-08-04 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | ilyamedzhidov |
| [email protected] | |
| Betalingswijze | in_app |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Clear my NSFW history",
"version": "1.0.1",
"description": "Clean all nsfw websites from browser's history",
"author": "medzhidov",
"manifest_version": 2,
"icons": {
"16": "icons\/16.png",
"24": "icons\/24.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png",
"256": "icons\/256.png",
"512": "icons\/512.png"
},
"permissions": [
"background",
"storage",
"history"
],
"browser_action": {
"default_icon": "icons\/512.png",
"default_title": "Clear my NSFW history",
"default_popup": "pages\/popup.html"
},
"background": {
"persistent": false,
"page": "pages\/background.html"
},
"options_page": "pages\/options.html",
"offline_enabled": true,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |