Time Machine
Obliterates the last fifteen minutes of your browsing history
Co to jest Time Machine?
Time Machine to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Obliterates the last fifteen minutes of your browsing history”.
Pobierz plik CRX rozszerzenia Time Machine
Pobierz pliki rozszerzeń Time Machine w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Obliterates the last fifteen minutes of your browsing history. I can assure you I am doing nothing with your browsing history other then deleting it. If it makes the community comfortable I will post a link to the repo as soon as possible. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | medjffmhhiakhbcjggmooccpihhjgjni |
| Oficjalny URL | https://chromewebstore.google.com/detail/time-machine/medjffmhhiakhbcjggmooccpihhjgjni |
| Opis | Obliterates the last fifteen minutes of your browsing history |
| Rozmiar pliku | 23.04 KB |
| Liczba instalacji | 296 |
| Aktualna Wersja | 0.3.0 |
| Ostatnia Aktualizacja | 2016-05-25 |
| Data Publikacji | 2016-05-25 |
| Ocena | 4.00/5 Łącznie 5 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Time Machine",
"description": "Obliterates the last fifteen minutes of your browsing history",
"version": "0.3.0",
"browser_action": {
"default_icon": "icon.png",
"default_title": "The cake is a lie"
},
"background": {
"scripts": [
"app.js"
]
},
"permissions": [
"browsingData",
"activeTab"
]
} | |