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", "name": "Just The Instructions \u2014 Extract Recipes & Tutorials Instantly", "manifest_version": 3, "description": "One click to extract clean instructions from any page \u2014 no more scrolling through ads or life stories.", "author": "Kristian Diana and Iain Macdonald", "version": "3.0.3", "icons": { "16": "images\/logobig.png", "48": "images\/logobig.png", "128": "images\/logobig.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "ort-backend\/ort.wasm.min.js", "ort-backend\/marked.min.js", "content_script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "model.onnx", "dist\/styles.css", "vocab.json", "ort-backend\/*", "ort-backend\/ort.wasm.min.js", "ort-backend\/ort-wasm.wasm", "ort-backend\/ort-wasm-simd.wasm", "ort-backend\/ort-wasm-simd.jsep.wasm", "images\/logobig.png" ], "matches": [ "<all_urls>" ] } ], "background": { "service_worker": "background.js", "type": "module" }, "externally_connectable": { "matches": [ "<all_urls>" ] }, "permissions": [ "activeTab", "tabs", "notifications", "storage" ], "host_permissions": [ "<all_urls>" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "action": { "default_icon": "images\/logobig.png" } }