Watch Torahanytime videos in netfree

Forcing streaming torahanytime.com videos using torahanytime.com domain

什么是Watch Torahanytime videos in netfree?

Watch Torahanytime videos in netfree是由shraga开发的Chrome扩展程序,该扩展的主要功能是“Forcing streaming torahanytime.com videos using torahanytime.com domain”。

扩展截图

screenshot

下载Watch Torahanytime videos in netfree扩展crx文件

下载Watch Torahanytime videos in netfree扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Forcing streaming torahanytime.com videos using torahanytime.com domain                    

扩展基本信息

名称 Watch Torahanytime videos in netfree Watch Torahanytime videos in netfree
ID kaplhmibaafolgbldcekjpginhpclajg
官方URL https://chrome.google.com/webstore/detail/watch-torahanytime-videos/kaplhmibaafolgbldcekjpginhpclajg
简介 Forcing streaming torahanytime.com videos using torahanytime.com domain
文件大小 24.02 KB
安装次数 432
当前版本 0.1
更新时间 2019-07-20
上架时间 2019-07-20
评分 5.00/5 共2次评分
开发者 shraga
付费类型 free
支持的语言
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"
    ]
}