FixPlay
Play Video Server G By Setting a Cookie in Specific Websites
什么是FixPlay?
FixPlay是由linkqq8开发的Chrome扩展程序,该扩展的主要功能是“Play Video Server G By Setting a Cookie in Specific Websites”。
扩展截图
下载FixPlay扩展crx文件
下载FixPlay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Saat kamu menonton film di Website Movie dutaxx1, kamu akan melihat list server GD yang tidak bisa diputar. Untuk memutar server GD tersebut diperlukan extensi FixPlay G Server ini 扩展基本信息
| 名称 | |
| ID | cfakdddemgaldaenbeccjmpdmdahcoji |
| 官方URL | https://chromewebstore.google.com/detail/fixplay/cfakdddemgaldaenbeccjmpdmdahcoji |
| 简介 | Play Video Server G By Setting a Cookie in Specific Websites |
| 文件大小 | 110 KB |
| 安装次数 | 6,676 |
| 当前版本 | 1.1.5 |
| 更新时间 | 2021-06-28 |
| 上架时间 | 2020-06-27 |
| 评分 | 4.00/5 共1次评分 |
| 开发者 | linkqq8 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | id |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FixPlay",
"version": "1.1.5",
"manifest_version": 2,
"description": "Play Video Server G By Setting a Cookie in Specific Websites",
"icons": {
"16": "16-on.png",
"48": "48-on.png",
"128": "128-on.png"
},
"browser_action": {
"default_icon": {
"16": "16-on.png",
"24": "24-on.png",
"32": "32-on.png"
},
"default_popup": "popup.html"
},
"background": {
"page": "background.html",
"persistent": true
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"js\/jquery.js",
"js\/content.js"
]
},
{
"matches": [
"*:\/\/*.kotakhitam.casa\/*",
"*:\/\/*.kotakputih.casa\/*"
],
"js": [
"js\/jquery.js",
"js\/iframe.js"
],
"all_frames": true
}
],
"permissions": [
"cookies",
"*:\/\/drive.google.com\/*"
],
"externally_connectable": {
"matches": [
"*:\/\/174.138.17.52\/*",
"*:\/\/dutaxx1.com\/*",
"*:\/\/188.166.222.161\/*"
]
}
} | |