Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Dubble watches how you work, and translates your actions into written step-by-step guides, tutorials, videos and screenshots", "version": "0.1.2", "manifest_version": 3, "name": "Dubble \u2014 Free Step-by-Step Guide Creator", "background": { "service_worker": "background.bundle.js" }, "action": { "default_title": "Record a new dubble", "default_icon": "icon-34.png", "default_popup": "popup.html" }, "icons": { "128": "icon-128.png" }, "permissions": [ "tabs", "activeTab", "tabCapture", "scripting", "storage" ], "host_permissions": [ "*:\/\/*\/*", "<all_urls>" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "all_frames": true, "run_at": "document_start", "js": [ "contentScript.bundle.js" ] } ], "content_security_policy": { "default": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' scrip-src 'blob:'", "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';", "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval' 'wasm-unsafe-eval'; child-src 'self';" }, "web_accessible_resources": [ { "resources": [ "contentScript.styles.css", "contentScript.bundle.js", "avatar.html", "click-on-extension.mp4", "avatar.bundle.js", "icon-128.png", "icon-34.png", "nunito.ttf" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ] } ] }