Clear my NSFW history

Clean all nsfw websites from browser's history

Cos'è Clear my NSFW history?

Clear my NSFW history è un'estensione di Chrome sviluppata da ilyamedzhidov, e la sua funzione principale è "Clean all nsfw websites from browser's history".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Clear my NSFW history

Scarica i file di estensione Clear my NSFW history 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

                        This extension will help you to remove all nsfw content from your browser's history.                    

Informazioni di Base sull'Estensione

Nome Clear my NSFW history Clear my NSFW history
ID jnmlpdjhbcmkekgdfjfdgpfcincoalgg
URL Ufficiale https://chrome.google.com/webstore/detail/clear-my-nsfw-history/jnmlpdjhbcmkekgdfjfdgpfcincoalgg
Descrizione Clean all nsfw websites from browser's history
Dimensione del File 4.54 MB
Conteggio Installazioni 209
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-08-04
Data di Pubblicazione 2020-08-04
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore ilyamedzhidov
Email [email protected]
Tipo di Pagamento in_app
Lingue Supportate 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'"
}