History Sweep
Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....
Vad är History Sweep?
History Sweep är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....".
Tilläggsskärmbilder
Ladda ner History Sweep-förlängningens CRX-fil
Ladda ner History Sweep-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | ihlmknoahbfopamapcmfbhcebdidkjbh |
| Officiell webbadress | https://chromewebstore.google.com/detail/history-sweep/ihlmknoahbfopamapcmfbhcebdidkjbh |
| Beskrivning | Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache.... |
| Filstorlek | 15.54 KB |
| Antal Installationer | 171 |
| Aktuell Version | 9.8.7 |
| Senast Uppdaterad | 2017-04-15 |
| Publiceringsdatum | 2017-04-14 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"bg.js"
]
},
"description": "Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....",
"icons": {
"128": "128.png",
"16": "16.png",
"32": "32.png",
"48": "48.png"
},
"permissions": [
"storage",
"browsingData"
],
"version": "9.8.7",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "History Sweep",
"offline_enabled": true,
"optional_permissions": [
"downloads",
"contentSettings"
],
"options_page": "options.html"
} | |