Depression Is Weaker Than Tech
This extension monitors your Internet activity to help you identify first signs of depression
Co to jest Depression Is Weaker Than Tech?
Depression Is Weaker Than Tech to rozszerzenie Chrome opracowane przez koshkin.pasha, a jego główną funkcją jest „This extension monitors your Internet activity to help you identify first signs of depression”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Depression Is Weaker Than Tech
Pobierz pliki rozszerzeń Depression Is Weaker Than Tech 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
This extension monitors your Internet activity to help you identify first signs of depression
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | afglhfhcelehgbbhpefplibhgkkjgjck |
Oficjalny URL | https://chrome.google.com/webstore/detail/depression-is-weaker-than/afglhfhcelehgbbhpefplibhgkkjgjck |
Opis | This extension monitors your Internet activity to help you identify first signs of depression |
Rozmiar pliku | 8.7 KB |
Liczba instalacji | 74 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2018-10-20 |
Data Publikacji | 2018-10-20 |
Ocena | 3.33/5 Łącznie 3 Oceny |
Deweloper | koshkin.pasha |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Depression Is Weaker Than Tech", "version": "1.3", "description": "This extension monitors your Internet activity to help you identify first signs of depression", "permissions": [ "history", "alarms", "http:\/\/depressionweakerthan.tech:8000\/last_ts\/", "http:\/\/depressionweakerthan.tech:8000\/visit\/" ], "background": { "scripts": [ "get_urls.js" ], "persistent": false }, "manifest_version": 2 } |