Extension Reaper

Takes Chrome Extensions away when their time is up.

Was ist Extension Reaper?

Extension Reaper ist eine Chrome-Erweiterung, die von https://peekaprice.com entwickelt wurde, und ihr Hauptmerkmal ist "Takes Chrome Extensions away when their time is up.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Extension Reaper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Extension Reaper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Trying Chrome extensions is great
Adding extensions is easy
But soon you have a ton of them and it’s a big hassle to clean them up

** FIXED **
Stability issues

**ADDED **
To assist you in evaluating extensions, Extension Reaper shows you how much impact the extension can have on your privacy.


Extension Reaper makes managing extensions easy.
Each newly installed extension gets some time to live.
When the time is up, and you have not marked an extension as a keeper, then Extension Reaper automatically disables the extension for you.

Extension Reaper works as you want:
* You set the 'time to live',for example 3 days.
* You automatically get extensions cleaned-up with minimal effort.
* Any manual actions you want to take are just one simple click.
  So'Keeping', 'disabling', 're-enabling', 'uninstalling' is simple and quick.
* Extension Reaper shows you how much impact the extension can have on your privacy.

---
Extension Reaper is proudly sponsored by PeekAPrice.Com.
Check out the PeekAPrice Chrome store extension that compares product prices with Amazon as you shop.
https://chrome.google.com/webstore/search/PeekaPrice?utm_source=chrome-ntp-icon                    

Grundlegende Informationen zur Erweiterung

Name Extension Reaper Extension Reaper
ID fediejdhigadpbgehpnjfaendnkloilg
Offizielle URL https://chromewebstore.google.com/detail/extension-reaper/fediejdhigadpbgehpnjfaendnkloilg
Beschreibung Takes Chrome Extensions away when their time is up.
Dateigröße 29.54 KB
Installationsanzahl 120
Aktuelle Version 1.3.0
Letztes Update 2015-11-09
Veröffentlichungsdatum 2015-11-08
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://peekaprice.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Extension Reaper",
    "short_name": "Extension Reaper",
    "permissions": [
        "management",
        "notifications",
        "alarms",
        "storage"
    ],
    "icons": {
        "16": "Plugin16.png",
        "96": "Plugin96.png"
    },
    "background": {
        "scripts": [
            "commonExtensionReaper.js",
            "extExtensionReaper.js"
        ],
        "persistent": true
    },
    "description": "Takes Chrome Extensions away when their time is up.",
    "version": "1.3.0",
    "browser_action": {
        "default_icon": "Plugin16.png",
        "default_popup": "popup.html"
    }
}