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 |
| 官方網址 | 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 |
| 電子郵箱 | [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
}
]
} | |