AI News

Stay up to date with the latest news about AI!

What is AI News?

AI News is a Chrome extension developed by https://zamok.cloud, and its main feature is "Stay up to date with the latest news about AI!".

Extension Screenshots

screenshot
screenshot
screenshot

Download AI News Extension CRX File

Download AI News 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

                        Welcome to the AI News browser extension! You've just embarked on a journey to become more informed and engaged with the latest news on artificial intelligence and its advancements. With AI News, you have access to the most relevant and engaging content from leading sources, ensuring that you stay up-to-date on the most significant AI breakthroughs and developments.

Our browser extension compiles content from top AI organizations and platforms, such as OpenAI, DeepMind, StabilityAI, SingularityHub, and HackerNoon, providing you with a reliable and comprehensive source of information on AI research, innovations, and applications. Stay informed about the latest scientific discoveries, industry trends, and thought-provoking articles that are shaping the future of artificial intelligence.

To start exploring the world of AI news and insights, simply click on the AI News browser extension icon located in your browser's toolbar. Gain easy access to a wealth of information on emerging scientific breakthroughs, cutting-edge technologies, global industry updates, and inspiring stories of AI implementation. Our user-friendly interface makes staying informed both effortless and enjoyable.                    

Extension Basic Information

Name AI News AI News
ID flcpgdhmjkijblolobkcdkflggnkhkbc
Official URL https://chromewebstore.google.com/detail/ai-news/flcpgdhmjkijblolobkcdkflggnkhkbc
Description Stay up to date with the latest news about AI!
File Size 104 KB
Installation Count 56
Current Version 2.0.1
Last Updated 2024-02-24
Publish Date 2023-04-29
Rating 3.00/5 Total 2 Ratings
Developer https://zamok.cloud
Email [email protected]
Payment Type free
Extension Website https://news.zamok.cloud/sources/ai
Help Page URL https://news.zamok.cloud/contact
Privacy Policy Page URL https://news.zamok.cloud/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1",
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/news.zamok.cloud\/api\/ai"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "48": "img\/icon_48.png",
            "128": "img\/icon_128.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup\/home.html"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "manifest_version": 3
}