Selective Scrubber

Those secret sites? Begone from my history!

Qu'est-ce que Selective Scrubber ?

Selective Scrubber est une extension Chrome développée par Jake Lee, et sa fonction principale est "Those secret sites? Begone from my history!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Selective Scrubber

Téléchargez les fichiers d'extension Selective Scrubber au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Selective Scrubber instantly removes any set of specific sites / phrases from your history with a single click.

No longer do you need to delete all of your history for the last hour, just delete the specific sites you don't want to see!

This project is open source, feel free to suggest changes on GitHub: https://github.com/jakesteam/selectivescrubber

Alternatively, email me at [email protected]                    

Informations de Base sur l'Extension

Nom Selective Scrubber Selective Scrubber
ID ljjdcbfpdmjelppcfeiadnjagdhompkb
URL Officiel https://chromewebstore.google.com/detail/selective-scrubber/ljjdcbfpdmjelppcfeiadnjagdhompkb
Description Those secret sites? Begone from my history!
Taille du Fichier 18.99 KB
Nombre d'Installations 42
Version Actuelle 1.0.0
Dernière Mise à Jour 2017-01-31
Date de Publication 2017-01-31
Évaluation 5.00/5 Total 4 Évaluations
Développeur Jake Lee
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/JakeSteam/SelectiveScrubber
URL de la Page d'Aide https://github.com/JakeSteam/SelectiveScrubber
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selective Scrubber",
    "description": "Those secret sites? Begone from my history!",
    "version": "1.0.0",
    "homepage_url": "https:\/\/github.com\/JakeSteam\/SelectiveScrubber",
    "icons": {
        "48": "images\/icon_48.png",
        "96": "images\/icon_96.png"
    },
    "permissions": [
        "history",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/clear_history.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_96.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}