Merlin: 1-click access to Powerful AI Plugins

Enhance your workflow with AI. Summarize videos, scrape websites, respond to emails, grow your social media.

Wat is Merlin: 1-click access to Powerful AI Plugins?

Merlin: 1-click access to Powerful AI Plugins is een Chrome-extensie ontwikkeld door https://getmerlin.in, en de belangrijkste functie is "Enhance your workflow with AI. Summarize videos, scrape websites, respond to emails, grow your social media.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Merlin: 1-click access to Powerful AI Plugins

Download Merlin: 1-click access to Powerful AI Plugins-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Merlin is an All-in-One AI Assistant powered by GPT-4 that helps in:

1. Summarize: Get a jist of blogs, YouTube videos, research papers, and websites
2. AI Writer: Make content for social media, emails, art, code and more
3. Plugins: Get the best AI plugins on the browser (like AI Chat, Chat with PDFs, Chat with web access)

It's free to download and use. We are keeping user privacy as the priority and we are in the process of getting SOC, GDPR, and ISO compliance as well.

🚀 How to use ?
🔸Click the "Add to Chrome" button and pin it to your toolbar.
🔸Log into your account.
🔸Press Cmd/Ctrl+M to activate Merlin.
🔸Get started with AI!

💻 Feature Highlights:
💡 AI Chat: Open the Sidebar to start chat & ask about anything easily.
💡 Copywriting: Easily create social content, blogs, and ad copies.
💡 ChatPDF: Summarize or Chat with any PDF to get concise information & save time.
💡 WebChat: Summarize or Chat with any website content to read what matters.
💡 Grow your audience on LinkedIn & Twitter - Generate unique social media content and comments to increase engagement
💡 Search Enhance: Get concise AI answers next to search tools like Google, Bing, Baidu, or Yahoo.
💡 Web Access: Get the right content with real-time internet access.
💡 AI replies on Emails- enabling you to send appropriate responses with just a click, no typing needed.
💡 YouTube Video summary: Quickly summarize video content without wasting time watching long videos.
💡 AI Art: Convert your words into visuals.


❓ Frequently Asked Questions:

📌 What search engines are supported by you?
  Currently, we supports Google, Bing, DuckDuckGo, Baidu, and more search engines.

📌 Do I need a ChatGPT/OpenAI account?
  No, you do not need to have a Chat GPT account to use this extension. You can create an account for free on our website.

📌 Chat GPT is banned in my country. Does this extension work in my country?
  Yes. we are available in all countries.

📌 Is it free to use?
Yes, we offers 102 queries every day for free. For unlimited access, you can choose the Pro Plans when you wish to scale.

📌 What is the relationship between this extension and ChatGPT?
   This AI tool is built on the ChatGPT API model.

📪 Contact us:
Any questions or suggestions? Please contact us at 💌 [email protected]
Try Merlin AI now and experience the powerful AI assistants.                    

Basisinformatie over de Extensie

Naam Merlin: 1-click access to Powerful AI Plugins Merlin: 1-click access to Powerful AI Plugins
ID camppjleccjaphfdbohjdohecfnoikec
Officiële URL https://chromewebstore.google.com/detail/merlin-1-click-access-to/camppjleccjaphfdbohjdohecfnoikec
Beschrijving Enhance your workflow with AI. Summarize videos, scrape websites, respond to emails, grow your social media.
Bestandsgrootte 4.93 MB
Aantal Installaties 1,088,474
Huidige Versie 6.9.0
Laatst Bijgewerkt 2024-02-29
Publicatiedatum 2022-12-06
Beoordeling 4.83/5 Totaal 8329 Beoordelingen
Ontwikkelaar https://getmerlin.in
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://getmerlin.in/
Help Pagina-URL https://getmerlin.in/
URL van de Privacybeleid Pagina https://merlin.foyer.work/privacy-policy
Ondersteunde Talen id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Foyer",
    "version": "6.9.0",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "src\/options\/index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.getmerlin.in\/*",
            "https:\/\/*.foyer.work\/*",
            "http:\/\/localhost\/*",
            "https:\/\/*.vercel.app\/*"
        ]
    },
    "icons": {
        "16": "public\/logo-16x16.png",
        "32": "public\/logo-32x32.png",
        "48": "public\/logo-48x48.png",
        "64": "public\/logo-64x64.png",
        "128": "public\/logo-128x128.png"
    },
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_icon": {
            "16": "public\/logo-16x16.png",
            "32": "public\/logo-32x32.png",
            "48": "public\/logo-48x48.png",
            "64": "public\/logo-64x64.png",
            "128": "public\/logo-128x128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "description": "Activate Merlin",
            "suggested_key": {
                "mac": "Command+M",
                "default": "Ctrl+M"
            }
        },
        "toggle_merlin": {
            "suggested_key": {
                "mac": "Command+Shift+Comma",
                "default": "Ctrl+Shift+Comma"
            },
            "description": "Run Merlin. (To be deprecated. Use Activate the extension instead)"
        }
    },
    "content_scripts": [
        {
            "js": [
                "assets\/gSheet.tsx-loader-8563535c.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/spreadsheets\/d\/*\/**",
                "https:\/\/sheets.new\/*\/**"
            ]
        },
        {
            "js": [
                "assets\/amazon.tsx-loader-637fba5a.js"
            ],
            "matches": [
                "https:\/\/*.amazon.com\/*"
            ]
        },
        {
            "js": [
                "assets\/doppelgainger.tsx-loader-d02a00bd.js",
                "assets\/twitterStrip.tsx-loader-8ef202e7.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ]
        },
        {
            "js": [
                "assets\/prResult.tsx-loader-1eb5fa31.js",
                "assets\/prSummarizer.tsx-loader-fd360f8e.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/github.com\/*\/*\/pull\/*\/files"
            ]
        },
        {
            "js": [
                "assets\/gdbCodeEditor.ts-loader-bfd462bc.js"
            ],
            "matches": [
                "https:\/\/www.onlinegdb.com\/*"
            ]
        },
        {
            "js": [
                "assets\/rentryMarkdown.ts-loader-e6eb7232.js"
            ],
            "matches": [
                "https:\/\/rentry.co\/*"
            ]
        },
        {
            "js": [
                "assets\/facebookStrip.tsx-loader-680466e7.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/business.facebook.com\/*"
            ]
        },
        {
            "js": [
                "assets\/superGMail.tsx-loader-5579e4ca.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "css": [
                "assets\/font-6c43e8c1.css"
            ]
        },
        {
            "js": [
                "assets\/googleCtaForSuperGMail.tsx-loader-97904014.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "assets\/font-6c43e8c1.css"
            ]
        },
        {
            "js": [
                "assets\/merlinIconCTA.tsx-loader-f95969d7.js",
                "assets\/previewLink.tsx-loader-fb3085d4.js",
                "assets\/blogSummarizer.tsx-loader-580a9a88.js",
                "assets\/codeSummarizer.tsx-loader-0f64979e.js",
                "assets\/script.ts-loader-3f02dff0.js",
                "assets\/tutorial.tsx-loader-7a1f0cda.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ],
            "css": [
                "assets\/font-6c43e8c1.css"
            ]
        },
        {
            "js": [
                "assets\/chat.tsx-loader-ae0fa84f.js",
                "assets\/merlinUIComponentPortal.tsx-loader-d27809d9.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ],
            "run_at": "document_start",
            "css": [
                "assets\/font-6c43e8c1.css",
                "assets\/font-6c43e8c1.css"
            ]
        },
        {
            "js": [
                "assets\/quill.tsx-loader-94901955.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ],
            "run_at": "document_start",
            "css": [
                "assets\/font-6c43e8c1.css"
            ]
        },
        {
            "js": [
                "assets\/youtubeSummarizer.tsx-loader-8068878d.js",
                "assets\/youtubeSummaryBtn.tsx-loader-08c0cde5.js",
                "assets\/youtubeSummaryBtnWithTweetify.tsx-loader-648a33e2.js",
                "assets\/youtubeCommentSectionBtn.tsx-loader-286983a5.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        },
        {
            "js": [
                "assets\/searchGPT.tsx-loader-ca97c325.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.google.com\/search?*",
                "https:\/\/www.bing.com\/search?*",
                "https:\/\/search.yahoo.com\/search*",
                "https:\/\/*.search.yahoo.com\/search*",
                "https:\/\/yandex.com\/search\/?*",
                "https:\/\/duckduckgo.com\/?*",
                "https:\/\/www.baidu.com\/s?*"
            ]
        },
        {
            "js": [
                "assets\/linkedinStrip.tsx-loader-fb993c80.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "js": [
                "assets\/githubSummarizer.tsx-loader-f51e84b1.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ]
        },
        {
            "js": [
                "assets\/outlookStrip.tsx-loader-0a7c7438.js"
            ],
            "matches": [
                "https:\/\/outlook.live.com\/*",
                "https:\/\/outlook.office.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/sheets.new\/*"
            ],
            "resources": [
                "assets\/client-52c1d991.js",
                "assets\/index-4ab31049.js",
                "assets\/merlin-logo-46090a0e.js",
                "assets\/constants-adb54eaa.js",
                "assets\/analytics-988b51b1.js",
                "assets\/useUserSettings-39d4ddb6.js",
                "assets\/useTranslation-04fb9f03.js",
                "assets\/motion-a5528127.js",
                "assets\/IconX-086c3f66.js",
                "assets\/index-8d3fb71d.js",
                "assets\/hook-3e62b515.js",
                "assets\/createReactComponent-271412c4.js",
                "assets\/gSheet.tsx-775849e8.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/*.amazon.com\/*"
            ],
            "resources": [
                "assets\/client-52c1d991.js",
                "assets\/index-4ab31049.js",
                "assets\/merlin-logo-46090a0e.js",
                "assets\/constants-adb54eaa.js",
                "assets\/analytics-988b51b1.js",
                "assets\/useTranslation-04fb9f03.js",
                "assets\/index-5ae86541.js",
                "assets\/index-054c17c7.js",
                "assets\/themeContext-10a87473.js",
                "assets\/index-8d3fb71d.js",
                "assets\/i18n-504c2209.js",
                "assets\/hook-3e62b515.js",
                "assets\/amazon.tsx-4eec734f.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "resources": [
                "assets\/doppelgainger-banner-37b67acc.png",
                "assets\/client-52c1d991.js",
                "assets\/index-4ab31049.js",
                "assets\/auth-a579b0ca.js",
                "assets\/index-5ae86541.js",
                "assets\/index-c5409d18.js",
                "assets\/index-054c17c7.js",
                "assets\/constants-adb54eaa.js",
                "assets\/analytics-988b51b1.js",
                "assets\/useTranslation-04fb9f03.js",
                "assets\/createReactComponent-271412c4.js",
                "assets\/IconArrowUpRight-564c402f.js",
                "assets\/IconX-086c3f66.js",
                "assets\/themeContext-10a87473.js",
                "assets\/index-8d3fb71d.js",
                "assets\/useUrlChange-ebafcb7f.js",
                "assets\/i18n-504c2209.js",
                "assets\/debounce-c70d88e0.js",
                "assets\/backend-eda1433c.js",
                "assets\/motion-a5528127.js",
                "assets\/hook-3e62b515.js",
                "assets\/doppelgainger.tsx-028b9d78.js",
                "assets\/index-2f52e79d.js",
                "assets\/PersistQueryClientProvider-8dc02075.js",
                "assets\/index-1b18b8c5.js",
                "assets\/index-754563c0.js",
                "assets\/index-6e904e37.js",
                "assets\/IconThumbUp-fe3a2425.js",
                "assets\/useAsyncWithPromise-e68f3194.js",
                "assets\/useSSE-656f473c.js",
                "assets\/languageLogoMap-fbc4cb26.js",
                "assets\/index-600fd0d7.js",
                "assets\/foyerLogo-59e78a30.js",
                "assets\/index-abd2cd79.js",
                "assets\/useSharedUserSettings-740dbdc0.js",
                "assets\/useOnClickOutside-f997668b.js",
                "assets\/useUserSettings-39d4ddb6.js",
                "assets\/fuzzysort-0701f320.js",
                "assets\/IconCheck-f98eedd2.js",
                "assets\/v4-4a60fe23.js",
                "assets\/IconSearch-07b04820.js",
                "assets\/IconChevronLeft-244b7dcf.js",
                "assets\/IconExclamationCircle-537de5b6.js",
                "assets\/IconSend-e1c6bb66.js",
                "assets\/IconChevronRight-fae3a819.js",
                "assets\/IconQuestionMark-200ee9c7.js",
                "assets\/IconLanguage-5e15feb8.js",
                "assets\/IconAlertOctagon-a0cdb408.js",
                "assets\/IconSettings-f1b2f977.js",
                "assets\/IconBulb-ee15dff3.js",
                "assets\/twitterStrip.tsx-49414b78.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "resources": [
                "assets\/client-52c1d991.js",
                "assets\/index-4ab31049.js",
                "assets\/index-5ae86541.js",
                "assets\/index-17bf2da0.js",
                "assets\/constants-adb54eaa.js",
                "assets\/index-6e904e37.js",
                "assets\/motion-a5528127.js",
                "assets\/IconChevronRight-fae3a819.js",
                "assets\/index-cc2339ab.js",
                "assets\/index-054c17c7.js",
                "assets\/messageContext-cad579dc.js",
                "assets\/themeContext-10a87473.js",
                "assets\/atom-one-light-7372aee1.js",
                "assets\/index-8d3fb71d.js",
                "assets\/utils-7fea4cd7.js",
                "assets\/analytics-988b51b1.js",
                "assets\/IconCheck-f98eedd2.js",
                "assets\/createReactComponent-271412c4.js",
                "assets\/IconCopy-cebc4a3c.js",
                "assets\/hook-3e62b515.js",
                "assets\/v4-4a60fe23.js",
                "assets\/prResult.tsx-1df84eb0.js",
                "assets\/backend-eda1433c.js",
                "assets\/index-a9918aa9.js",
                "assets\/foyerLogo-59e78a30.js",
                "assets\/webAccessTooltip-c875a475.js",
                "assets\/useAsyncWithPromise-e68f3194.js",
                "assets\/IconPower-3e1b2d32.js",
                "assets\/useTranslation-04fb9f03.js",
                "assets\/IconUser-c40f9264.js",
                "assets\/IconExclamationCircle-537de5b6.js",
                "assets\/index-1b18b8c5.js",
                "assets\/prSummarizer.tsx-ac4b7059.js",
                "assets\/index-e8ac56ff.js",
                "assets\/index-59223822.js",
                "assets\/githubSummarizer.tsx-29a142ff.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/www.onlinegdb.com\/*"
            ],
            "resources": [
                "assets\/index-4ab31049.js",
                "assets\/constants-adb54eaa.js",
                "assets\/gdbCodeEditor.ts-467dcf2f.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/rentry.co\/*"
            ],
            "resources": [
                "assets\/index-4ab31049.js",
                "assets\/constants-adb54eaa.js",
                "assets\/rentryMarkdown.ts-7834b197.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/business.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "resources": [
                "assets\/client-52c1d991.js",
                "assets\/index-4ab31049.js",
                "assets\/hook-3e62b515.js",
                "assets\/index-5ae86541.js",
                "assets\/index-2f52e79d.js",
                "assets\/index-1b18b8c5.js",
                "assets\/index-c5409d18.js",
                "assets\/index-054c17c7.js",
                "assets\/constants-adb54eaa.js",
                "assets\/useAsyncWithPromise-e68f3194.js",
                "assets\/useTranslation-04fb9f03.js",
                "assets\/v4-4a60fe23.js",
                "assets\/index-6e904e37.js",
                "assets\/motion-a5528127.js",
                "assets\/IconExclamationCircle-537de5b6.js",
                "assets\/fuzzysort-0701f320.js",
                "assets\/IconSend-e1c6bb66.js",
                "assets\/IconChevronLeft-244b7dcf.js",
                "assets\/IconChevronRight-fae3a819.js",
                "assets\/themeContext-10a87473.js",
                "assets\/backend-eda1433c.js",
                "assets\/index-8d3fb71d.js",
                "assets\/PersistQueryClientProvider-8dc02075.js",
                "assets\/index-754563c0.js",
                "assets\/IconThumbUp-fe3a2425.js",
                "assets\/createReactComponent-271412c4.js",
                "assets\/analytics-988b51b1.js",
                "assets\/useSSE-656f473c.js",
                "assets\/languageLogoMap-fbc4cb26.js",
                "assets\/index-600fd0d7.js",
                "assets\/foyerLogo-59e78a30.js",
                "assets\/index-abd2cd79.js",
                "assets\/useSharedUserSettings-740dbdc0.js",
                "assets\/useOnClickOutside-f997668b.js",
                "assets\/useUserSettings-39d4ddb6.js",
                "assets\/IconX-086c3f66.js",
                "assets\/IconCheck-f98eedd2.js",
                "assets\/IconSearch-07b04820.js",
                "assets\/IconQuestionMark-200ee9c7.js",
                "assets\/IconLanguage-5e15feb8.js",
                "assets\/IconAlertOctagon-a0cdb408.js",
                "assets\/IconSettings-f1b2f977.js",
                "assets\/IconBulb-ee15dff3.js",
                "assets\/facebookStrip.tsx-c0012dfc.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "assets\/face-in-cloud-b59024d8.gif",
                "assets\/lightning-fb31413a.gif",
                "assets\/client-52c1d991.js",
                "assets\/index-4ab31049.js",
                "assets\/usePopper-2b9d19c3.js",
                "assets\/index-5ae86541.js",
                "assets\/foyerLogo-59e78a30.js",
                "assets\/button-93f0ab7a.js",
                "assets\/index-054c17c7.js",
                "assets\/index-3cc2a474.js",
                "assets\/messageContext-cad579dc.js",
                "assets\/themeContext-10a87473.js",
                "assets\/backend-eda1433c.js",
                "assets\/hook-3e62b515.js",
                "assets\/form-f32e1dba.js",
                "assets\/avatar-4388827b.js",
                "assets\/card-9b3cee12.js",
                "assets\/Combination-05411941.js",
                "assets\/useSharedUserSettings-740dbdc0.js",
                "assets\/constants-adb54eaa.js",
                "assets\/analytics-988b51b1.js",
                "assets\/useChat-ab27583b.js",
                "assets\/useSSE-656f473c.js",
                "assets\/index-17bf2da0.js",
                "assets\/index-754563c0.js",
                "assets\/useTranslation-04fb9f03.js",
                "assets\/IconCheck-f98eedd2.js",
                "assets\/IconCopy-cebc4a3c.js",
                "assets\/IconRefresh-d3de82dd.js",
                "assets\/IconChevronLeft-244b7dcf.js",
                "assets\/IconChevronRight-fae3a819.js",
                "assets\/select-fea5e8fa.js",
                "assets\/IconX-086c3f66.js",
                "assets\/IconSend-e1c6bb66.js",
                "assets\/createReactComponent-271412c4.js",
                "assets\/index-6e904e37.js",
                "assets\/motion-a5528127.js",
                "assets\/v4-4a60fe23.js",
                "assets\/PersistQueryClientProvider-8dc02075.js",
                "assets\/useUserSettings-39d4ddb6.js",
                "assets\/index-8d3fb71d.js",
                "assets\/utils-7fea4cd7.js",
                "assets\/index-adcb91fb.js",
                "assets\/index-d771c0fe.js",
                "assets\/useAsyncWithPromise-e68f3194.js",
                "assets\/index-1b18b8c5.js",
                "assets\/IconThumbUp-fe3a2425.js",
                "assets\/index-2eacde63.js",
                "assets\/index-0cf07ce8.js",
                "assets\/superGMail.tsx-d1d65e08.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "resources": [
                "assets\/MerlinLogo-7068b8fe.webp",
                "assets\/client-52c1d991.js",
                "assets\/index-4ab31049.js",
                "assets\/index-8d3fb71d.js",
                "assets\/usePopper-2b9d19c3.js",
                "assets\/button-93f0ab7a.js",
                "assets\/analytics-988b51b1.js",
                "assets\/constants-adb54eaa.js",
                "assets\/utils-7fea4cd7.js",
                "assets\/googleCtaForSuperGMail.tsx-1cf55aba.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/client-52c1d991.js",
                "assets\/index-4ab31049.js",
                "assets\/hook-3e62b515.js",
                "assets\/index-5ae86541.js",
                "assets\/tooltip-7ce5758d.js",
                "assets\/index-054c17c7.js",
                "assets\/messageContext-cad579dc.js",
                "assets\/themeContext-10a87473.js",
                "assets\/createReactComponent-271412c4.js",
                "assets\/merlin-logo-46090a0e.js",
                "assets\/button-93f0ab7a.js",
                "assets\/utils-7fea4cd7.js",
                "assets\/constants-adb54eaa.js",
                "assets\/analytics-988b51b1.js",
                "assets\/useTranslation-04fb9f03.js",
                "assets\/index-6e904e37.js",
                "assets\/motion-a5528127.js",
                "assets\/IconRocket-da3e0785.js",
                "assets\/IconLanguage-5e15feb8.js",
                "assets\/IconBulb-ee15dff3.js",
                "assets\/IconBlockquote-ca4353e3.js",
                "assets\/IconWorldWww-52ddc6f6.js",
                "assets\/IconX-086c3f66.js",
                "assets\/IconSettings-f1b2f977.js",
                "assets\/index-8d3fb71d.js",
                "assets\/index-adcb91fb.js",
                "assets\/index-2eacde63.js",
                "assets\/index-d771c0fe.js",
                "assets\/index-0cf07ce8.js",
                "assets\/v4-4a60fe23.js",
                "assets\/merlinIconCTA.tsx-d030cc75.js",
                "assets\/webAccessTooltip-c875a475.js",
                "assets\/useOnClickOutside-f997668b.js",
                "assets\/useSSE-656f473c.js",
                "assets\/utils-f7fcf05a.js",
                "assets\/throttle-94919e3f.js",
                "assets\/IconPower-3e1b2d32.js",
                "assets\/index-1b18b8c5.js",
                "assets\/backend-eda1433c.js",
                "assets\/useAsyncWithPromise-e68f3194.js",
                "assets\/debounce-c70d88e0.js",
                "assets\/previewLink.tsx-eceb1b51.js",
                "assets\/purify.es-dcebe6c6.js",
                "assets\/index-30e60184.js",
                "assets\/index-754563c0.js",
                "assets\/index-85cc4dfc.js",
                "assets\/useUserSettings-39d4ddb6.js",
                "assets\/globalInfoBanner-a728c7c5.js",
                "assets\/index-4ea65d1d.js",
                "assets\/IconRefresh-d3de82dd.js",
                "assets\/IconCopy-cebc4a3c.js",
                "assets\/i18n-504c2209.js",
                "assets\/PersistQueryClientProvider-8dc02075.js",
                "assets\/languageLogoMap-fbc4cb26.js",
                "assets\/foyerLogo-59e78a30.js",
                "assets\/useSharedUserSettings-740dbdc0.js",
                "assets\/IconQuestionMark-200ee9c7.js",
                "assets\/IconChevronRight-fae3a819.js",
                "assets\/IconCheck-f98eedd2.js",
                "assets\/IconAlertOctagon-a0cdb408.js",
                "assets\/IconThumbUp-fe3a2425.js",
                "assets\/blogSummarizer.tsx-15d6cd3b.js",
                "assets\/index-e8ac56ff.js",
                "assets\/index-59223822.js",
                "assets\/codeSummarizer.tsx-9c0e3b47.js",
                "assets\/script.ts-3dfdbaf3.js",
                "assets\/aspect-ratio-fc5bda8f.js",
                "assets\/card-9b3cee12.js",
                "assets\/index-abd2cd79.js",
                "assets\/tutorial.tsx-a49efe6e.js",
                "assets\/outofcredits-c3e03eee.svg",
                "assets\/index-3cc2a474.js",
                "assets\/fallbackErrorScreen-354020ad.js",
                "assets\/webAccess-4cb56cd0.js",
                "assets\/useChat-ab27583b.js",
                "assets\/postMessageConstants-ba393890.js",
                "assets\/getYoutubeVideoContextData-e0d54e1d.js",
                "assets\/IconSend-e1c6bb66.js",
                "assets\/index-17bf2da0.js",
                "assets\/IconArrowUpRight-564c402f.js",
                "assets\/IconChevronLeft-244b7dcf.js",
                "assets\/IconPhoto-e64f037d.js",
                "assets\/fuzzysort-0701f320.js",
                "assets\/IconLoader-98e8dbf9.js",
                "assets\/IconSearch-07b04820.js",
                "assets\/IconBrandTwitter-c6a249cd.js",
                "assets\/IconBrandMedium-bcfe3834.js",
                "assets\/IconLogout-495dbe29.js",
                "assets\/loader-06832c2c.js",
                "assets\/IconExclamationCircle-537de5b6.js",
                "assets\/IconUser-c40f9264.js",
                "assets\/atom-one-light-7372aee1.js",
                "assets\/chat.tsx-f04531d4.js",
                "assets\/merlinUIComponentPortal.tsx-bc5c8311.js",
                "assets\/face-in-cloud-b59024d8.gif",
                "assets\/lightning-fb31413a.gif",
                "assets\/index-600fd0d7.js",
                "assets\/avatar-4388827b.js",
                "assets\/dropdown-menu-95b3944c.js",
                "assets\/form-f32e1dba.js",
                "assets\/Combination-05411941.js",
                "assets\/select-fea5e8fa.js",
                "assets\/quill.tsx-efc8bc9b.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "assets\/client-52c1d991.js",
                "assets\/index-4ab31049.js",
                "assets\/hook-3e62b515.js",
                "assets\/index-054c17c7.js",
                "assets\/index-1b18b8c5.js",
                "assets\/constants-adb54eaa.js",
                "assets\/analytics-988b51b1.js",
                "assets\/useAsyncWithPromise-e68f3194.js",
                "assets\/postMessageConstants-ba393890.js",
                "assets\/getYoutubeVideoContextData-e0d54e1d.js",
                "assets\/backend-eda1433c.js",
                "assets\/globalInfoBanner-a728c7c5.js",
                "assets\/index-754563c0.js",
                "assets\/useTranslation-04fb9f03.js",
                "assets\/IconBrandTwitter-c6a249cd.js",
                "assets\/IconBrandMedium-bcfe3834.js",
                "assets\/index-30e60184.js",
                "assets\/motion-a5528127.js",
                "assets\/IconRefresh-d3de82dd.js",
                "assets\/index-a9918aa9.js",
                "assets\/index-85cc4dfc.js",
                "assets\/webAccessTooltip-c875a475.js",
                "assets\/useOnClickOutside-f997668b.js",
                "assets\/index-6e904e37.js",
                "assets\/IconCopy-cebc4a3c.js",
                "assets\/createReactComponent-271412c4.js",
                "assets\/IconBlockquote-ca4353e3.js",
                "assets\/index-8d3fb71d.js",
                "assets\/PersistQueryClientProvider-8dc02075.js",
                "assets\/utils-7fea4cd7.js",
                "assets\/IconThumbUp-fe3a2425.js",
                "assets\/languageLogoMap-fbc4cb26.js",
                "assets\/foyerLogo-59e78a30.js",
                "assets\/useSharedUserSettings-740dbdc0.js",
                "assets\/useUserSettings-39d4ddb6.js",
                "assets\/IconQuestionMark-200ee9c7.js",
                "assets\/IconLanguage-5e15feb8.js",
                "assets\/IconChevronRight-fae3a819.js",
                "assets\/IconCheck-f98eedd2.js",
                "assets\/IconAlertOctagon-a0cdb408.js",
                "assets\/IconSettings-f1b2f977.js",
                "assets\/youtubeSummarizer.tsx-77652772.js",
                "assets\/themeContext-10a87473.js",
                "assets\/useWindowSize-faa70637.js",
                "assets\/youtubeSummaryBtn.tsx-427f1435.js",
                "assets\/youtubeSummaryBtnWithTweetify.tsx-c5cb3d13.js",
                "assets\/IconLoader-98e8dbf9.js",
                "assets\/youtubeCommentSectionBtn.tsx-a5ff98b6.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/*.search.yahoo.com\/*",
                "https:\/\/duckduckgo.com\/*",
                "https:\/\/search.yahoo.com\/*",
                "https:\/\/www.baidu.com\/*",
                "https:\/\/www.bing.com\/*",
                "https:\/\/www.google.com\/*",
                "https:\/\/yandex.com\/*"
            ],
            "resources": [
                "assets\/client-52c1d991.js",
                "assets\/index-4ab31049.js",
                "assets\/hook-3e62b515.js",
                "assets\/index-5ae86541.js",
                "assets\/index-054c17c7.js",
                "assets\/index-3cc2a474.js",
                "assets\/messageContext-cad579dc.js",
                "assets\/themeContext-10a87473.js",
                "assets\/index-1b18b8c5.js",
                "assets\/globalInfoBanner-a728c7c5.js",
                "assets\/avatar-4388827b.js",
                "assets\/button-93f0ab7a.js",
                "assets\/index-adcb91fb.js",
                "assets\/dropdown-menu-95b3944c.js",
                "assets\/index-d771c0fe.js",
                "assets\/utils-7fea4cd7.js",
                "assets\/backend-eda1433c.js",
                "assets\/constants-adb54eaa.js",
                "assets\/analytics-988b51b1.js",
                "assets\/webAccess-4cb56cd0.js",
                "assets\/useSSE-656f473c.js",
                "assets\/index-17bf2da0.js",
                "assets\/index-754563c0.js",
                "assets\/Combination-05411941.js",
                "assets\/useTranslation-04fb9f03.js",
                "assets\/IconX-086c3f66.js",
                "assets\/motion-a5528127.js",
                "assets\/IconChevronLeft-244b7dcf.js",
                "assets\/IconPhoto-e64f037d.js",
                "assets\/IconCheck-f98eedd2.js",
                "assets\/IconCopy-cebc4a3c.js",
                "assets\/index-6e904e37.js",
                "assets\/IconArrowUpRight-564c402f.js",
                "assets\/merlin-logo-46090a0e.js",
                "assets\/IconRocket-da3e0785.js",
                "assets\/createReactComponent-271412c4.js",
                "assets\/IconUser-c40f9264.js",
                "assets\/IconSettings-f1b2f977.js",
                "assets\/IconLogout-495dbe29.js",
                "assets\/IconSearch-07b04820.js",
                "assets\/IconExclamationCircle-537de5b6.js",
                "assets\/atom-one-light-7372aee1.js",
                "assets\/index-8d3fb71d.js",
                "assets\/PersistQueryClientProvider-8dc02075.js",
                "assets\/v4-4a60fe23.js",
                "assets\/index-2eacde63.js",
                "assets\/purify.es-dcebe6c6.js",
                "assets\/utils-f7fcf05a.js",
                "assets\/useAsyncWithPromise-e68f3194.js",
                "assets\/IconThumbUp-fe3a2425.js",
                "assets\/searchGPT.tsx-77e0d3e0.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "assets\/client-52c1d991.js",
                "assets\/index-4ab31049.js",
                "assets\/hook-3e62b515.js",
                "assets\/index-5ae86541.js",
                "assets\/index-2f52e79d.js",
                "assets\/useUrlChange-ebafcb7f.js",
                "assets\/useWindowSize-faa70637.js",
                "assets\/useTranslation-04fb9f03.js",
                "assets\/index-054c17c7.js",
                "assets\/themeContext-10a87473.js",
                "assets\/backend-eda1433c.js",
                "assets\/index-8d3fb71d.js",
                "assets\/constants-adb54eaa.js",
                "assets\/PersistQueryClientProvider-8dc02075.js",
                "assets\/index-1b18b8c5.js",
                "assets\/index-754563c0.js",
                "assets\/index-6e904e37.js",
                "assets\/motion-a5528127.js",
                "assets\/IconThumbUp-fe3a2425.js",
                "assets\/createReactComponent-271412c4.js",
                "assets\/index-c5409d18.js",
                "assets\/analytics-988b51b1.js",
                "assets\/useAsyncWithPromise-e68f3194.js",
                "assets\/useSSE-656f473c.js",
                "assets\/languageLogoMap-fbc4cb26.js",
                "assets\/index-600fd0d7.js",
                "assets\/foyerLogo-59e78a30.js",
                "assets\/index-abd2cd79.js",
                "assets\/useSharedUserSettings-740dbdc0.js",
                "assets\/useOnClickOutside-f997668b.js",
                "assets\/useUserSettings-39d4ddb6.js",
                "assets\/fuzzysort-0701f320.js",
                "assets\/IconX-086c3f66.js",
                "assets\/IconCheck-f98eedd2.js",
                "assets\/v4-4a60fe23.js",
                "assets\/IconSearch-07b04820.js",
                "assets\/IconChevronLeft-244b7dcf.js",
                "assets\/IconExclamationCircle-537de5b6.js",
                "assets\/IconSend-e1c6bb66.js",
                "assets\/IconChevronRight-fae3a819.js",
                "assets\/IconQuestionMark-200ee9c7.js",
                "assets\/IconLanguage-5e15feb8.js",
                "assets\/IconAlertOctagon-a0cdb408.js",
                "assets\/IconSettings-f1b2f977.js",
                "assets\/IconBulb-ee15dff3.js",
                "assets\/linkedinStrip.tsx-7f1aa301.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/outlook.live.com\/*",
                "https:\/\/outlook.office.com\/*"
            ],
            "resources": [
                "assets\/client-52c1d991.js",
                "assets\/index-4ab31049.js",
                "assets\/hook-3e62b515.js",
                "assets\/index-5ae86541.js",
                "assets\/index-2f52e79d.js",
                "assets\/index-054c17c7.js",
                "assets\/themeContext-10a87473.js",
                "assets\/backend-eda1433c.js",
                "assets\/index-8d3fb71d.js",
                "assets\/constants-adb54eaa.js",
                "assets\/PersistQueryClientProvider-8dc02075.js",
                "assets\/index-1b18b8c5.js",
                "assets\/index-754563c0.js",
                "assets\/useTranslation-04fb9f03.js",
                "assets\/index-6e904e37.js",
                "assets\/motion-a5528127.js",
                "assets\/IconThumbUp-fe3a2425.js",
                "assets\/createReactComponent-271412c4.js",
                "assets\/index-c5409d18.js",
                "assets\/analytics-988b51b1.js",
                "assets\/useAsyncWithPromise-e68f3194.js",
                "assets\/useSSE-656f473c.js",
                "assets\/languageLogoMap-fbc4cb26.js",
                "assets\/index-600fd0d7.js",
                "assets\/foyerLogo-59e78a30.js",
                "assets\/index-abd2cd79.js",
                "assets\/useSharedUserSettings-740dbdc0.js",
                "assets\/useOnClickOutside-f997668b.js",
                "assets\/useUserSettings-39d4ddb6.js",
                "assets\/fuzzysort-0701f320.js",
                "assets\/IconX-086c3f66.js",
                "assets\/IconCheck-f98eedd2.js",
                "assets\/v4-4a60fe23.js",
                "assets\/IconSearch-07b04820.js",
                "assets\/IconChevronLeft-244b7dcf.js",
                "assets\/IconExclamationCircle-537de5b6.js",
                "assets\/IconSend-e1c6bb66.js",
                "assets\/IconChevronRight-fae3a819.js",
                "assets\/IconQuestionMark-200ee9c7.js",
                "assets\/IconLanguage-5e15feb8.js",
                "assets\/IconAlertOctagon-a0cdb408.js",
                "assets\/IconSettings-f1b2f977.js",
                "assets\/IconBulb-ee15dff3.js",
                "assets\/outlookStrip.tsx-6d501bb3.js"
            ],
            "use_dynamic_url": true
        }
    ]
}