Watch Torahanytime videos in netfree

Forcing streaming torahanytime.com videos using torahanytime.com domain

What is Watch Torahanytime videos in netfree?

Watch Torahanytime videos in netfree is a Chrome extension developed by shraga, and its main feature is "Forcing streaming torahanytime.com videos using torahanytime.com domain".

Extension Screenshots

screenshot

Download Watch Torahanytime videos in netfree Extension CRX File

Download Watch Torahanytime videos in netfree extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Forcing streaming torahanytime.com videos using torahanytime.com domain                    

Extension Basic Information

Name Watch Torahanytime videos in netfree Watch Torahanytime videos in netfree
ID kaplhmibaafolgbldcekjpginhpclajg
Official URL https://chrome.google.com/webstore/detail/watch-torahanytime-videos/kaplhmibaafolgbldcekjpginhpclajg
Description Forcing streaming torahanytime.com videos using torahanytime.com domain
File Size 24.02 KB
Installation Count 432
Current Version 0.1
Last Updated 2019-07-20
Publish Date 2019-07-20
Rating 5.00/5 Total 2 Ratings
Developer shraga
Payment Type free
Supported Languages
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"
    ]
}