filma24
This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.
filma24とは何ですか?
filma24はhttps://emanuelzhupa.netlify.comによって開発されたChromeの拡張機能で、その主な機能は「This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.」です。
拡張機能のスクリーンショット
filma24拡張機能のCRXファイルをダウンロード
filma24拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server. 拡張機能の基本情報
| 名前 | |
| ID | jmkgalgjcajmnaffhhccaialhephchei |
| 公式URL | https://chromewebstore.google.com/detail/filma24/jmkgalgjcajmnaffhhccaialhephchei |
| 説明 | This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server. |
| ファイルサイズ | 14.9 KB |
| インストール数 | 215 |
| 現在のバージョン | 3.1.2 |
| 最終更新日 | 2023-12-30 |
| 公開日 | 2021-06-08 |
| 評価 | 4.25/5 合計 4 レビュー |
| 開発者 | https://emanuelzhupa.netlify.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://emanuelzhupa.netlify.com/ |
| ヘルプページのURL | https://emanuelzhupa.netlify.com/ |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "filma24",
"description": "",
"version": "3.1.2",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"24": "img\/logo-24.png",
"32": "img\/logo-32.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-4e7ca6d4.js"
],
"matches": [
"https:\/\/www.filma24.pl\/*",
"https:\/\/www.filma24.cyou\/*",
"https:\/\/www.filma24.ch\/*",
"https:\/\/filma24.click\/*"
]
}
],
"web_accessible_resources": [
{
"matches": [],
"resources": [
"img\/logo-16.png",
"img\/logo-24.png",
"img\/logo-32.png",
"img\/logo-48.png",
"img\/logo-128.png"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/filma24.click\/*",
"https:\/\/www.filma24.ch\/*",
"https:\/\/www.filma24.cyou\/*",
"https:\/\/www.filma24.pl\/*"
],
"resources": [
"assets\/chunk-04611aa4.js"
],
"use_dynamic_url": true
}
]
} | |