Extension Reaper
Takes Chrome Extensions away when their time is up.
什麼是Extension Reaper?
Extension Reaper是由https://peekaprice.com開發的Chrome擴展程式,該擴展的主要功能是“Takes Chrome Extensions away when their time is up.”。
擴展截圖
下載Extension Reaper擴展crx文件
下載Extension Reaper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Extension Reaper |
ID | fediejdhigadpbgehpnjfaendnkloilg |
官方網址 | https://chromewebstore.google.com/detail/extension-reaper/fediejdhigadpbgehpnjfaendnkloilg |
簡介 | Takes Chrome Extensions away when their time is up. |
檔案大小 | 29.54 KB |
安裝次數 | 120 |
目前版本 | 1.3.0 |
更新時間 | 2015-11-09 |
上架時間 | 2015-11-08 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://peekaprice.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |