Selective Scrubber
Those secret sites? Begone from my history!
Selective Scrubber क्या है?
Selective Scrubber Jake Lee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Those secret sites? Begone from my history!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Selective Scrubber एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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]
एक्सटेंशन की मूल जानकारी
नाम | Selective Scrubber |
ID | ljjdcbfpdmjelppcfeiadnjagdhompkb |
आधिकारिक URL | https://chromewebstore.google.com/detail/selective-scrubber/ljjdcbfpdmjelppcfeiadnjagdhompkb |
विवरण | Those secret sites? Begone from my history! |
फ़ाइल का आकार | 18.99 KB |
स्थापना संख्या | 42 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2017-01-31 |
प्रकाशन तिथि | 2017-01-31 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Jake Lee |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/JakeSteam/SelectiveScrubber |
सहायता पृष्ठ URL | https://github.com/JakeSteam/SelectiveScrubber |
समर्थित भाषाएँ | 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 } } |