Uitgelicht:Discord voor diensten!
{ "manifest_version": 2, "name": "Getting started example", "description": "This extension allows the user to change the background color of the current page.", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "storage" ] "content_scripts": [{ "js": ["main.js"] }]}
// Hier kan alle js.
Dat vraagt hij niet...