Watch Torahanytime videos in netfree
Forcing streaming torahanytime.com videos using torahanytime.com domain
Qu'est-ce que Watch Torahanytime videos in netfree ?
Watch Torahanytime videos in netfree est une extension Chrome développée par shraga, et sa fonction principale est "Forcing streaming torahanytime.com videos using torahanytime.com domain".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Watch Torahanytime videos in netfree
Téléchargez les fichiers d'extension Watch Torahanytime videos in netfree au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Forcing streaming torahanytime.com videos using torahanytime.com domain
Informations de Base sur l'Extension
Nom | |
ID | kaplhmibaafolgbldcekjpginhpclajg |
URL Officiel | https://chrome.google.com/webstore/detail/watch-torahanytime-videos/kaplhmibaafolgbldcekjpginhpclajg |
Description | Forcing streaming torahanytime.com videos using torahanytime.com domain |
Taille du Fichier | 24.02 KB |
Nombre d'Installations | 432 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2019-07-20 |
Date de Publication | 2019-07-20 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | shraga |
Type de Paiement | free |
Langues Prises en Charge | |
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" ] } |