888 zoeker

888 zoeker

What is 888 zoeker?

888 zoeker is a Chrome extension developed by Erik van Zummeren, and its main feature is "888 zoeker".

Extension Screenshots

screenshot

Download 888 zoeker Extension CRX File

Download 888 zoeker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name 888 zoeker 888 zoeker
ID fmodplkopebakajogdkfhodjhcecabbb
Official URL https://chromewebstore.google.com/detail/888-zoeker/fmodplkopebakajogdkfhodjhcecabbb
Description 888 zoeker
File Size 15.28 KB
Installation Count 12
Current Version 0.7.0
Last Updated 2018-10-08
Publish Date 2018-10-08
Developer Erik van Zummeren
Email [email protected]
Payment Type free
Extension Website https://888.erikvanzummeren.com
Supported Languages 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"
    }
}