888 zoeker
888 zoeker
什么是888 zoeker?
888 zoeker是由Erik van Zummeren开发的Chrome扩展程序,该扩展的主要功能是“888 zoeker”。
扩展截图
下载888 zoeker扩展crx文件
下载888 zoeker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Met deze extensie spoel je rechtstreeks door naar het juiste moment in een fragment.
Technische werking
De 888 zoeker (https://888.erikvanzummeren.com) plaatst in iedere uitgaande link een tijdcode in seconden (bijvoorbeeld ?t=45). Deze extensie gebruikt de tijdcode vervolgens om automatisch vooruit te spoelen. 扩展基本信息
| 名称 | |
| ID | fmodplkopebakajogdkfhodjhcecabbb |
| 官方URL | https://chromewebstore.google.com/detail/888-zoeker/fmodplkopebakajogdkfhodjhcecabbb |
| 简介 | 888 zoeker |
| 文件大小 | 15.28 KB |
| 安装次数 | 12 |
| 当前版本 | 0.7.0 |
| 更新时间 | 2018-10-08 |
| 上架时间 | 2018-10-08 |
| 开发者 | Erik van Zummeren |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://888.erikvanzummeren.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "888 zoeker",
"version": "0.7.0",
"manifest_version": 2,
"description": "888 zoeker",
"icons": {
"16": "icons\/icon-16.png",
"128": "icons\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"permissions": [
"activeTab",
"tabs",
"storage",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.npostart.nl\/*\/*",
"https:\/\/start-player.npo.nl\/*\/*"
],
"js": [
"scripts\/contentscript.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"browser_action": {
"default_icon": {
"19": "icons\/icon-19.png",
"38": "icons\/icon-38.png"
},
"default_title": "888 zoeker"
}
} | |