IFFR Tab
IFFR Tab will give you a beautiful new tab.
什么是IFFR Tab?
IFFR Tab是由http://iffr.com开发的Chrome扩展程序,该扩展的主要功能是“IFFR Tab will give you a beautiful new tab.”。
扩展截图
下载IFFR Tab扩展crx文件
下载IFFR Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
IFFR Your Tab is a browser extension that shows you a beautiful IFFR film still every time you open a new tab. Each year, IFFR screens over 500 films from all over the world. From this wide and extraordinary selection we curate the most eye-catching impressions that will pleasantly surprise you as you surf the web. Download the extension now!
扩展基本信息
名称 | |
ID | ekdimplgojbmeofokonbiabaknfgllae |
官方URL | https://chrome.google.com/webstore/detail/iffr-tab/ekdimplgojbmeofokonbiabaknfgllae |
简介 | IFFR Tab will give you a beautiful new tab. |
文件大小 | 26.34 KB |
安装次数 | 51 |
当前版本 | 1.0.3 |
更新时间 | 2018-06-04 |
上架时间 | 2018-06-04 |
评分 | 5.00/5 共1次评分 |
开发者 | http://iffr.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://iffr.com/en/iffr-your-tab |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IFFR Tab", "version": "1.0.3", "short_name": "IFFR Tab", "description": "IFFR Tab will give you a beautiful new tab.", "homepage_url": "https:\/\/iffr.com", "icons": { "128": "icon\/icon128.png", "16": "icon\/icon16.png", "48": "icon\/icon48.png" }, "chrome_url_overrides": { "newtab": "tab\/redir.html" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "unlimitedStorage", "https:\/\/chrometab.iffr.com\/", "http:\/\/chrometab.iffr.com\/" ] } |