Meta-Press.es

Decentralized press meta-search engine

What is Meta-Press.es?

Meta-Press.es is a Chrome extension developed by www.meta-press.fr, and its main feature is "Decentralized press meta-search engine".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Meta-Press.es Extension CRX File

Download Meta-Press.es 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

                        Explore the press from your computer, with no middlemen between the newspapers and you. Discover millions of results within seconds, and explore the last ones in your browser via this WebExtension. Select your press review and export it in a few clicks.                    

Extension Basic Information

Name Meta-Press.es Meta-Press.es
ID mknagjblcmbbofgibighnfajnnooeogj
Official URL https://chromewebstore.google.com/detail/meta-presses/mknagjblcmbbofgibighnfajnnooeogj
Description Decentralized press meta-search engine
File Size 536 KB
Installation Count 28
Current Version 1.8.11
Last Updated 2023-08-09
Publish Date 2020-11-26
Developer www.meta-press.fr
Email [email protected]
Payment Type free
Extension Website https://www.meta-press.es
Help Page URL https://www.meta-press.es/pages/meta-press.es_documentation.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meta-Press.es",
    "description": "Decentralized press meta-search engine",
    "version": "1.8.11",
    "homepage_url": "https:\/\/www.meta-press.es",
    "author": "Simon Descarpentries",
    "icons": {
        "64": "img\/favicon-metapress-v2.png"
    },
    "background": {
        "page": "html\/background.html"
    },
    "options_ui": {
        "page": "html\/settings.html"
    },
    "browser_action": {
        "default_icon": "img\/favicon-metapress-v2.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "dns"
    ],
    "optional_permissions": [
        ""
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "content_security_policy": "default-src 'self'; style-src 'self'; img-src 'self' http: https: data:; connect-src 'self' http: https:;"
}