Netflix Filter - Flixer
Netflix IMDB ratings and filtering!
什么是Netflix Filter - Flixer?
Netflix Filter - Flixer是由Apperz开发的Chrome扩展程序,该扩展的主要功能是“Netflix IMDB ratings and filtering!”。
扩展截图
下载Netflix Filter - Flixer扩展crx文件
下载Netflix Filter - Flixer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Watch better Netflix shows!
✔ Show IMDB ratings for Netflix shows and movies
✔ Filter Netflix shows and movies based on IMDB ratings
✔ Easy-to-use interface 扩展基本信息
| 名称 | |
| ID | pkldnahppnkkkhbgaleaheiagoidimek |
| 官方URL | https://chromewebstore.google.com/detail/netflix-filter-flixer/pkldnahppnkkkhbgaleaheiagoidimek |
| 简介 | Netflix IMDB ratings and filtering! |
| 文件大小 | 174 KB |
| 安装次数 | 178 |
| 当前版本 | 0.74 |
| 更新时间 | 2021-03-18 |
| 上架时间 | 2021-02-16 |
| 评分 | 5.00/5 共8次评分 |
| 开发者 | Apperz |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | http://www.apperzhome.com/contact.html |
| 隐私政策页面URL | https://www.newtabrandomizer.com/privacy-policy-general |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Netflix Filter - Flixer",
"description": "Netflix IMDB ratings and filtering!",
"version": "0.74",
"icons": {
"16": "Logo16x16.png",
"48": "Logo48x48.png",
"128": "Logo128x128.png"
},
"permissions": [
"*:\/\/*.netflix.com\/*",
"storage"
],
"background": {
"page": "background.html",
"persistent": false
},
"content_scripts": [
{
"matches": [
"*:\/\/*.netflix.com\/*"
],
"js": [
"jquery.min.js",
"content.js"
]
}
],
"content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
} | |