WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
BLUF: Summarize PDF, YouTube & Websites

BLUF: Summarize PDF, YouTube & Websites

View on Chrome Web Store
View BLUF: Summarize PDF, YouTube & Websites Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (14 ratings)
1 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.

AI powered reading partner. Summarize & chat with any website, PDF document or YouTube video.
Type
Extension
Users
3,000 users
1K
Website bluf.ai
BLUF
View author page of BLUF
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 15, 2023
Version 1.0.5
Manifest version
3
Updated
Updated on June 19, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View BLUF: Summarize PDF, YouTube & Websites 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": "BLUF: Summarize PDF, YouTube & Websites",
    "description": "AI powered reading partner. Summarize & chat with any website, PDF document or YouTube video.",
    "version": "1.0.5",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "webRequest"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "icons": {
        "16": "assets\/logo\/background-square-16.png",
        "32": "assets\/logo\/background-square-32.png",
        "128": "assets\/logo\/[email protected]"
    },
    "action": {
        "default_icon": {
            "16": "assets\/logo\/background-square-16.png",
            "32": "assets\/logo\/background-square-32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "gdocs.js"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "*.css",
                "*.png",
                "*.ttf",
                "*.eot",
                "*.woff",
                "*.woff2"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.bluf.ai\/*"
        ]
    },
    "commands": {
        "activate": {
            "suggested_key": {
                "default": "Shift+Alt+B"
            },
            "description": "Open\/Close BLUF"
        }
    }
}
© 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