WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Just The Instructions — Extract Recipes & Tutorials Instantly

Just The Instructions — Extract Recipes & Tutorials Instantly

View on Chrome Web Store
View Just The Instructions — Extract Recipes & Tutorials Instantly Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (62 ratings)
3 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

One click to extract clean instructions from any page — no more scrolling through ads or life stories.
Type
Extension
Users
475 users
129
iainhmacdonald
View author page of iainhmacdonald
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 25, 2025
Version 3.0.3
Manifest version
3
Updated
Updated on August 6, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Just The Instructions — Extract Recipes & Tutorials Instantly Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top