Protopage Start Page

Protopage Start Page

What is Protopage Start Page?

Protopage Start Page is a Chrome extension developed by https://www.protopage.com, and its main feature is "Protopage Start Page".

Extension Screenshots

screenshot
screenshot

Download Protopage Start Page Extension CRX File

Download Protopage Start Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Protopage is your own personal start page. 

It can import news headlines from almost any web site. Read your own selection of news and blogs, keep bookmarks, to-do lists, sticky notes, and much more.

This extension gives you quick access to your Protopage, and lets you easily add news feeds and bookmarks to your start page from any site web site that you are visiting in your web browser.

Privacy assurance

This extension does not disclose your web browsing activity in any way to any party, and is never transmitted outside of your computer. This extension is designed solely to give you easy access to your Protopage start page and to help you add bookmarks and news feeds to your Protopage.                    

Extension Basic Information

Name Protopage Start Page Protopage Start Page
ID hjgoljmnaepbdpeadpciimeapgjadenc
Official URL https://chromewebstore.google.com/detail/protopage-start-page/hjgoljmnaepbdpeadpciimeapgjadenc
Description Protopage Start Page
File Size 289 KB
Installation Count 10,000
Current Version 1.41
Last Updated 2023-11-27
Publish Date 2018-09-09
Rating 3.98/5 Total 40 Ratings
Developer https://www.protopage.com
Email [email protected]
Payment Type free
Extension Website https://www.protopage.com
Help Page URL https://www.protopage.com/_api/contact
Privacy Policy Page URL https://www.protopage.com/web/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Protopage Start Page",
    "description": "Protopage Start Page",
    "version": "1.41",
    "icons": {
        "128": "images\/extension-icon128.png",
        "48": "images\/extension-icon48.png",
        "16": "images\/extension-icon16.png"
    },
    "incognito": "split",
    "permissions": [
        "activeTab",
        "tabs",
        "cookies",
        "storage",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.protopage.com\/*"
            ],
            "js": [
                "ext-pp-concatenated-sources-contentscript-protopage.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "ext-pp-concatenated-sources-background.js"
    },
    "host_permissions": [
        "*:\/\/*.protopage.com\/*"
    ]
}