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」です。
拡張機能のスクリーンショット
Watch Torahanytime videos in netfree拡張機能のCRXファイルをダウンロード
Watch Torahanytime videos in netfree拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Forcing streaming torahanytime.com videos using torahanytime.com domain
拡張機能の基本情報
名前 | |
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" ] } |