AI Art on New Tabs

Experience mind-blowing images generated by AI every time you open a new tab.

What is AI Art on New Tabs?

AI Art on New Tabs is a Chrome extension developed by bennettoh.dev, and its main feature is "Experience mind-blowing images generated by AI every time you open a new tab.".

Extension Screenshots

screenshot
screenshot
screenshot

Download AI Art on New Tabs Extension CRX File

Download AI Art on New Tabs 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

                        AI Art on New Tabs displays a random AI art works from Twitter every time you open a new tab.

- Every tab presents you with a random image from ~1,000 images posted on Twitter
- Linked to original description, author, and link to the original Tweet                    

Extension Basic Information

Name AI Art on New Tabs AI Art on New Tabs
ID kpccgpdoginpfjghdffhjmedgkoagmgg
Official URL https://chromewebstore.google.com/detail/ai-art-on-new-tabs/kpccgpdoginpfjghdffhjmedgkoagmgg
Description Experience mind-blowing images generated by AI every time you open a new tab.
File Size 256 KB
Installation Count 122
Current Version 1.0.1
Last Updated 2022-09-17
Publish Date 2022-07-19
Rating 2.00/5 Total 1 Ratings
Developer bennettoh.dev
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Experience mind-blowing images generated by AI every time you open a new tab.",
    "version": "1.0.1",
    "manifest_version": 3,
    "name": "AI Art on New Tabs",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}