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
官方網址 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"
    ]
}