WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
NewsPrompt: Personalized Daily News Summary

NewsPrompt: Personalized Daily News Summary

View on Chrome Web Store
View NewsPrompt: Personalized Daily News Summary Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (90 ratings)
2 views
This extension has been viewed 2 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.

This extension is no longer available on the Chrome Web Store. We noticed it was gone on May 24, 2025.

Get all news and trending stories from the web every time you open your new tab along with a news search functionality.
Type
Extension
Users
10,000 users
Website newsprompt.co
newsprompt.co
View author page of newsprompt.co
Published
Published on December 24, 2015
Version 23.3.14
Manifest version
3
Updated
Updated on April 17, 2024
lifestyle/news
Extension Category
Website
Visit developer website
View on Chrome Web Store
View NewsPrompt: Personalized Daily News Summary 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",
    "background": {
        "service_worker": "scripts\/core\/background.js"
    },
    "name": "NewsPrompt: Personalized Daily News Summary",
    "short_name": "Newsprompt",
    "offline_enabled": true,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "100": "icons\/icon100.png",
        "128": "icons\/icon128.png"
    },
    "description": "Get all news and trending stories from the web every time you open your new tab along with a news search functionality.",
    "version": "23.3.14",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "scripts\/core\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.newsprompt.co\/*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "scripts\/core\/distribution-content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                "*:\/\/newsprompt.co\/*"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "history",
        "storage",
        "cookies",
        "offscreen",
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    },
    "chrome_url_overrides": {
        "newtab": "html\/new\/index.html"
    }
}
© 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