Extension Reaper

Takes Chrome Extensions away when their time is up.

Extension Reaper là gì?

Extension Reaper là một tiện ích mở rộng Chrome được phát triển bởi https://peekaprice.com, và tính năng chính của nó là "Takes Chrome Extensions away when their time is up.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Extension Reaper

Tải xuống các tệp mở rộng Extension Reaper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Extension Reaper Extension Reaper
ID fediejdhigadpbgehpnjfaendnkloilg
URL Chính Thức https://chromewebstore.google.com/detail/extension-reaper/fediejdhigadpbgehpnjfaendnkloilg
Mô tả Takes Chrome Extensions away when their time is up.
Kích Thước Tệp 29.54 KB
Số Lần Cài Đặt 120
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2015-11-09
Ngày Phát Hành 2015-11-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://peekaprice.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}