Watch Torahanytime videos in netfree

Forcing streaming torahanytime.com videos using torahanytime.com domain

Cos'è Watch Torahanytime videos in netfree?

Watch Torahanytime videos in netfree è un'estensione di Chrome sviluppata da shraga, e la sua funzione principale è "Forcing streaming torahanytime.com videos using torahanytime.com domain".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Watch Torahanytime videos in netfree

Scarica i file di estensione Watch Torahanytime videos in netfree in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Forcing streaming torahanytime.com videos using torahanytime.com domain                    

Informazioni di Base sull'Estensione

Nome Watch Torahanytime videos in netfree Watch Torahanytime videos in netfree
ID kaplhmibaafolgbldcekjpginhpclajg
URL Ufficiale https://chrome.google.com/webstore/detail/watch-torahanytime-videos/kaplhmibaafolgbldcekjpginhpclajg
Descrizione Forcing streaming torahanytime.com videos using torahanytime.com domain
Dimensione del File 24.02 KB
Conteggio Installazioni 432
Versione Corrente 0.1
Ultimo Aggiornamento 2019-07-20
Data di Pubblicazione 2019-07-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore shraga
Tipo di Pagamento free
Lingue Supportate
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"
    ]
}