Multitran with no ads
Remove ads from original multitran page
Co to jest Multitran with no ads?
Multitran with no ads to rozszerzenie Chrome opracowane przez dhilt, a jego główną funkcją jest „Remove ads from original multitran page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Multitran with no ads
Pobierz pliki rozszerzeń Multitran with no ads 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
Now we can use our lovely Multitran without ads! Extension repository: https://github.com/dhilt/multitran-with-no-ads dhilt, 2015-2021
Podstawowe informacje o rozszerzeniu
Nazwa | Multitran with no ads |
ID | cigpbgbohbdbifldinhkapjlmaooahgh |
Oficjalny URL | https://chromewebstore.google.com/detail/multitran-with-no-ads/cigpbgbohbdbifldinhkapjlmaooahgh |
Opis | Remove ads from original multitran page |
Rozmiar pliku | 38.09 KB |
Liczba instalacji | 253 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2021-09-24 |
Data Publikacji | 2017-09-01 |
Ocena | 3.33/5 Łącznie 3 Oceny |
Deweloper | dhilt |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/dhilt/multitran-with-no-ads |
Obsługiwane Języki | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Multitran with no ads", "short_name": "No ads multitran", "version": "0.1.0", "description": "Remove ads from original multitran page", "icons": { "48": "no-ads-multitran-icon48.png", "64": "no-ads-multitran-icon64.png", "128": "no-ads-multitran-icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.multitran.ru\/*", "https:\/\/www.multitran.ru\/*", "http:\/\/www.multitran.com\/*", "https:\/\/www.multitran.com\/*" ], "js": [ "contentscript.js" ], "run_at": "document_start", "all_frames": false } ], "permissions": [ "storage" ], "web_accessible_resources": [ "contentscript.css" ], "manifest_version": 2 } |