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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Forcing streaming torahanytime.com videos using torahanytime.com domain"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Watch Torahanytime videos in netfree एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}