Watch Torahanytime videos in netfree
Forcing streaming torahanytime.com videos using torahanytime.com domain
Co to jest Watch Torahanytime videos in netfree?
Watch Torahanytime videos in netfree to rozszerzenie Chrome opracowane przez shraga, a jego główną funkcją jest „Forcing streaming torahanytime.com videos using torahanytime.com domain”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Watch Torahanytime videos in netfree
Pobierz pliki rozszerzeń Watch Torahanytime videos in netfree 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
Forcing streaming torahanytime.com videos using torahanytime.com domain
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kaplhmibaafolgbldcekjpginhpclajg |
Oficjalny URL | https://chrome.google.com/webstore/detail/watch-torahanytime-videos/kaplhmibaafolgbldcekjpginhpclajg |
Opis | Forcing streaming torahanytime.com videos using torahanytime.com domain |
Rozmiar pliku | 24.02 KB |
Liczba instalacji | 432 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2019-07-20 |
Data Publikacji | 2019-07-20 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | shraga |
Typ Płatności | free |
Obsługiwane Języki | |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Watch Torahanytime videos in netfree", "version": "0.1", "description": "Forcing streaming torahanytime.com videos using torahanytime.com domain", "manifest_version": 2, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.torahanytime.com\/*" ], "run_at": "document_start", "js": [ "script.js" ] } ], "permissions": [ "https:\/\/www.torahanytime.com\/*" ], "web_accessible_resources": [ "vimeo-blocker.js" ] } |