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 |
| Eメール | [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"
}
} | |