Deltahack
hacks your least favorite math site
Co to jest Deltahack?
Deltahack to rozszerzenie Chrome opracowane przez deltahack, a jego główną funkcją jest „hacks your least favorite math site”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Deltahack
Pobierz pliki rozszerzeń Deltahack 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
a deltamath hack this extension is PATCHED i am done with school and will no longer be updating it this extension is dead and will not work please dont use it or give any reviews click extension for answers on the deltamath website usage: to use pin the chrome extension and click on it in any deltamath problem for the answer
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lmmjnpdpgcgfghalpdjolbjbfcnmlfhl |
Oficjalny URL | https://chrome.google.com/webstore/detail/deltahack/lmmjnpdpgcgfghalpdjolbjbfcnmlfhl |
Opis | hacks your least favorite math site |
Rozmiar pliku | 10.25 KB |
Liczba instalacji | 1,474 |
Aktualna Wersja | 0.9 |
Ostatnia Aktualizacja | 2021-06-30 |
Data Publikacji | 2021-06-12 |
Ocena | 2.33/5 Łącznie 15 Oceny |
Deweloper | deltahack |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Deltahack", "version": "0.9", "manifest_version": 2, "description": "hacks your least favorite math site", "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "logo.png" }, "permissions": [ "activeTab", "storage" ] } |