Better Dumpert
Maakt dumpert gewoon ff wat beter
What is Better Dumpert?
Better Dumpert is a Chrome extension developed by thijs_a, and its main feature is "Maakt dumpert gewoon ff wat beter".
Extension Screenshots
Download Better Dumpert Extension CRX File
Download Better Dumpert 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
Changes the video player on the dutch media website dumpert.nl to MeisterPlayer (https://meisterplayer.com/)
Extension Basic Information
Name | Better Dumpert |
ID | jakgffhopalidooohgkhonkijfeecfgo |
Official URL | https://chromewebstore.google.com/detail/better-dumpert/jakgffhopalidooohgkhonkijfeecfgo |
Description | Maakt dumpert gewoon ff wat beter |
File Size | 372 KB |
Installation Count | 32 |
Current Version | 1.0.6 |
Last Updated | 2018-04-10 |
Publish Date | 2018-04-10 |
Rating | 5.00/5 Total 3 Ratings |
Developer | thijs_a |
Payment Type | free |
Supported Languages | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Dumpert", "description": "Maakt dumpert gewoon ff wat beter", "version": "1.0.6", "content_scripts": [ { "matches": [ "http:\/\/www.dumpert.nl\/*", "https:\/\/www.dumpert.nl\/*" ], "js": [ "jquery-3.2.1.min.js", "betterdumpert.js" ], "css": [ "style.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ "meister.bundled.min.js" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |