WebExtension.net
WebExtension.net

Merlin - Ask AI to Research, Write & Review

View on Chrome Web Store
View Merlin - Ask AI to Research, Write & Review Chrome Extension on Chrome Web Store
4.8 (8,783 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

26-in-1 Chrome extension to Research, Re-write, and Summarise content on any website
Type
Extension
Users
1,000,000 users
Website getmerlin.in
Foyer Tech
View author page of Foyer Tech
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 6, 2022
Version 7.2.3
Manifest version
3
Updated
Updated on November 8, 2024
View on Chrome Web Store
View Merlin - Ask AI to Research, Write & Review Chrome Extension on Chrome Web Store
productivity/tools
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Foyer",
    "version": "7.2.3",
    "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\/doppelgainger.tsx-loader-946a525d.js",
                "assets\/twitterStrip.tsx-loader-88e949a8.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "css": [
                "assets\/font-d36bb361.css",
                "assets\/font-d36bb361.css"
            ]
        },
        {
            "js": [
                "assets\/gdbCodeEditor.ts-loader-a6ca08f6.js"
            ],
            "matches": [
                "https:\/\/www.onlinegdb.com\/*"
            ]
        },
        {
            "js": [
                "assets\/rentryMarkdown.ts-loader-c407bba5.js"
            ],
            "matches": [
                "https:\/\/rentry.co\/*"
            ]
        },
        {
            "js": [
                "assets\/facebookStrip.tsx-loader-1894ae8b.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/business.facebook.com\/*"
            ],
            "css": [
                "assets\/font-d36bb361.css"
            ]
        },
        {
            "js": [
                "assets\/superGMail.tsx-loader-62059cf1.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "css": [
                "assets\/font-d36bb361.css"
            ]
        },
        {
            "js": [
                "assets\/merlinIconCTA.tsx-loader-95e0e624.js",
                "assets\/blogSummarizer.tsx-loader-39c1924e.js",
                "assets\/tutorial.tsx-loader-8a12ae36.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "<all_urls>"
            ],
            "exclude_matches": [
                "https:\/\/*.hdblog.it\/*"
            ],
            "css": [
                "assets\/font-d36bb361.css",
                "assets\/font-d36bb361.css"
            ]
        },
        {
            "js": [
                "assets\/chat.tsx-loader-04e793de.js",
                "assets\/merlinUIComponentPortal.tsx-loader-5136d03a.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "<all_urls>"
            ],
            "exclude_matches": [
                "https:\/\/*.hdblog.it\/*"
            ],
            "run_at": "document_start",
            "css": [
                "assets\/font-d36bb361.css",
                "assets\/font-d36bb361.css"
            ]
        },
        {
            "js": [
                "assets\/quill.tsx-loader-841a1bee.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "<all_urls>"
            ],
            "exclude_matches": [
                "https:\/\/*.hdblog.it\/*"
            ],
            "run_at": "document_start",
            "css": [
                "assets\/font-d36bb361.css"
            ]
        },
        {
            "js": [
                "assets\/youtubeSummarizer.tsx-loader-8d0e2242.js",
                "assets\/youtubeSummaryBtnWithTweetify.tsx-loader-39bb4399.js",
                "assets\/youtubeCommentSectionBtn.tsx-loader-b7bc609c.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "assets\/font-d36bb361.css",
                "assets\/font-d36bb361.css",
                "assets\/font-d36bb361.css"
            ]
        },
        {
            "js": [
                "assets\/searchGPT.tsx-loader-c9297f84.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?*"
            ],
            "css": [
                "assets\/font-d36bb361.css"
            ]
        },
        {
            "js": [
                "assets\/linkedinStrip.tsx-loader-5ab5573d.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "css": [
                "assets\/font-d36bb361.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "resources": [
                "assets\/Sentient-Variable-e0c1b99d.woff2",
                "assets\/doppelgainger-banner-37b67acc.png",
                "assets\/hook-5dbc35da.js",
                "assets\/index-cebfbf65.js",
                "assets\/index-4de94733.js",
                "assets\/themeContext-54490040.js",
                "assets\/index-f05294af.js",
                "assets\/constants-08b9d551.js",
                "assets\/index-e66a18f8.js",
                "assets\/useUrlChange-ea2ca050.js",
                "assets\/i18n-5d8f6342.js",
                "assets\/analytics-d76fbaf4.js",
                "assets\/useTranslation-644b68a8.js",
                "assets\/createReactComponent-84424cb7.js",
                "assets\/index-358f00c4.js",
                "assets\/IconArrowUpRight-0b2c203b.js",
                "assets\/IconReload-6ba574a8.js",
                "assets\/IconX-8b7f6f11.js",
                "assets\/cache-d02e8fcc.js",
                "assets\/debounce-c70d88e0.js",
                "assets\/useMedia-c0b3390e.js",
                "assets\/motion-cb4f0c77.js",
                "assets\/doppelgainger.tsx-7e77d76c.js",
                "assets\/index-87ab05c8.js",
                "assets\/v4-4a60fe23.js",
                "assets\/index-98e46cfb.js",
                "assets\/purify.es-68816782.js",
                "assets\/index-a284d664.js",
                "assets\/backend-975eed09.js",
                "assets\/button-8c384950.js",
                "assets\/index-5d1acadd.js",
                "assets\/createLucideIcon-d054809e.js",
                "assets\/useSSE-3c503889.js",
                "assets\/useSharedUserSettings-a79816f5.js",
                "assets\/cloudFunctions-ffc1d911.js",
                "assets\/languageLogoMap-a2899707.js",
                "assets\/index-1f03d725.js",
                "assets\/foyerLogo-9fdb7e0f.js",
                "assets\/index-438b4382.js",
                "assets\/useOnClickOutside-931c30df.js",
                "assets\/useUserSettings-8f1b128f.js",
                "assets\/fuzzysort-ef1f5c52.js",
                "assets\/IconSend-bcb79395.js",
                "assets\/IconChevronRight-a0728e58.js",
                "assets\/IconLanguage-7e477b89.js",
                "assets\/IconSettings-1568532b.js",
                "assets\/IconBulb-63f84d83.js",
                "assets\/IconHeadset-5c63b319.js",
                "assets\/twitterStrip.tsx-28f6e835.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/www.onlinegdb.com\/*"
            ],
            "resources": [
                "assets\/index-e66a18f8.js",
                "assets\/constants-08b9d551.js",
                "assets\/gdbCodeEditor.ts-0c4a9e52.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/rentry.co\/*"
            ],
            "resources": [
                "assets\/index-e66a18f8.js",
                "assets\/constants-08b9d551.js",
                "assets\/rentryMarkdown.ts-de4a3127.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/business.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "resources": [
                "assets\/Sentient-Variable-e0c1b99d.woff2",
                "assets\/hook-5dbc35da.js",
                "assets\/constants-08b9d551.js",
                "assets\/index-e66a18f8.js",
                "assets\/index-4de94733.js",
                "assets\/index-cebfbf65.js",
                "assets\/index-87ab05c8.js",
                "assets\/index-98e46cfb.js",
                "assets\/cloudFunctions-ffc1d911.js",
                "assets\/index-358f00c4.js",
                "assets\/useTranslation-644b68a8.js",
                "assets\/v4-4a60fe23.js",
                "assets\/index-5d1acadd.js",
                "assets\/motion-cb4f0c77.js",
                "assets\/fuzzysort-ef1f5c52.js",
                "assets\/IconReload-6ba574a8.js",
                "assets\/IconSend-bcb79395.js",
                "assets\/IconChevronRight-a0728e58.js",
                "assets\/themeContext-54490040.js",
                "assets\/index-f05294af.js",
                "assets\/i18n-5d8f6342.js",
                "assets\/purify.es-68816782.js",
                "assets\/index-a284d664.js",
                "assets\/backend-975eed09.js",
                "assets\/button-8c384950.js",
                "assets\/createLucideIcon-d054809e.js",
                "assets\/analytics-d76fbaf4.js",
                "assets\/useSSE-3c503889.js",
                "assets\/useSharedUserSettings-a79816f5.js",
                "assets\/createReactComponent-84424cb7.js",
                "assets\/languageLogoMap-a2899707.js",
                "assets\/index-1f03d725.js",
                "assets\/foyerLogo-9fdb7e0f.js",
                "assets\/index-438b4382.js",
                "assets\/useOnClickOutside-931c30df.js",
                "assets\/useUserSettings-8f1b128f.js",
                "assets\/IconX-8b7f6f11.js",
                "assets\/IconLanguage-7e477b89.js",
                "assets\/IconSettings-1568532b.js",
                "assets\/IconBulb-63f84d83.js",
                "assets\/IconHeadset-5c63b319.js",
                "assets\/cache-d02e8fcc.js",
                "assets\/useMedia-c0b3390e.js",
                "assets\/facebookStrip.tsx-4b17e870.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "assets\/Sentient-Variable-e0c1b99d.woff2",
                "assets\/face-in-cloud-b59024d8.gif",
                "assets\/lightning-fb31413a.gif",
                "assets\/hook-5dbc35da.js",
                "assets\/constants-08b9d551.js",
                "assets\/index-4de94733.js",
                "assets\/index-cebfbf65.js",
                "assets\/foyerLogo-9fdb7e0f.js",
                "assets\/button-8c384950.js",
                "assets\/configContext-7484ff9f.js",
                "assets\/messageContext-7962db22.js",
                "assets\/themeContext-54490040.js",
                "assets\/index-e66a18f8.js",
                "assets\/useUserSettings-8f1b128f.js",
                "assets\/textarea-17cd2191.js",
                "assets\/avatar-351380ca.js",
                "assets\/card-3678a171.js",
                "assets\/index-8268c269.js",
                "assets\/Combination-33045e60.js",
                "assets\/useSharedUserSettings-a79816f5.js",
                "assets\/analytics-d76fbaf4.js",
                "assets\/select-c1391b18.js",
                "assets\/useSSE-3c503889.js",
                "assets\/index-68ed89d4.js",
                "assets\/index-a284d664.js",
                "assets\/useTranslation-644b68a8.js",
                "assets\/IconChevronUp-1d616753.js",
                "assets\/IconChevronDown-3fe1c62f.js",
                "assets\/IconCopy-f80c8f13.js",
                "assets\/IconRefresh-bc68a6f7.js",
                "assets\/IconSend-bcb79395.js",
                "assets\/IconChevronRight-a0728e58.js",
                "assets\/index-da3e8382.js",
                "assets\/IconX-8b7f6f11.js",
                "assets\/createReactComponent-84424cb7.js",
                "assets\/index-5d1acadd.js",
                "assets\/motion-cb4f0c77.js",
                "assets\/v4-4a60fe23.js",
                "assets\/backend-975eed09.js",
                "assets\/index-f05294af.js",
                "assets\/i18n-5d8f6342.js",
                "assets\/useMedia-c0b3390e.js",
                "assets\/index-287c6b05.js",
                "assets\/index-2f891c41.js",
                "assets\/cloudFunctions-ffc1d911.js",
                "assets\/cache-d02e8fcc.js",
                "assets\/index-84f3e1af.js",
                "assets\/index-025896d8.js",
                "assets\/index-98e46cfb.js",
                "assets\/createLucideIcon-d054809e.js",
                "assets\/superGMail.tsx-3bb3e8b4.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "<all_urls>",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/Sentient-Variable-e0c1b99d.woff2",
                "assets\/hook-5dbc35da.js",
                "assets\/constants-08b9d551.js",
                "assets\/index-e66a18f8.js",
                "assets\/index-4de94733.js",
                "assets\/index-cebfbf65.js",
                "assets\/tooltip-1c8a0890.js",
                "assets\/messageContext-7962db22.js",
                "assets\/themeContext-54490040.js",
                "assets\/createReactComponent-84424cb7.js",
                "assets\/index-04b127f7.js",
                "assets\/merlin-logo-b2b99c69.js",
                "assets\/button-8c384950.js",
                "assets\/analytics-d76fbaf4.js",
                "assets\/useTranslation-644b68a8.js",
                "assets\/index-5d1acadd.js",
                "assets\/motion-cb4f0c77.js",
                "assets\/IconLanguage-7e477b89.js",
                "assets\/IconBulb-63f84d83.js",
                "assets\/IconX-8b7f6f11.js",
                "assets\/IconSettings-1568532b.js",
                "assets\/index-f05294af.js",
                "assets\/i18n-5d8f6342.js",
                "assets\/index-2f891c41.js",
                "assets\/index-287c6b05.js",
                "assets\/index-025896d8.js",
                "assets\/v4-4a60fe23.js",
                "assets\/useMedia-c0b3390e.js",
                "assets\/merlinIconCTA.tsx-a5c426ae.js",
                "assets\/useSharedUserSettings-a79816f5.js",
                "assets\/index-98e46cfb.js",
                "assets\/purify.es-68816782.js",
                "assets\/languageLogoMap-a2899707.js",
                "assets\/foyerLogo-9fdb7e0f.js",
                "assets\/useOnClickOutside-931c30df.js",
                "assets\/useUserSettings-8f1b128f.js",
                "assets\/IconChevronRight-a0728e58.js",
                "assets\/IconHeadset-5c63b319.js",
                "assets\/index-a284d664.js",
                "assets\/index-c7ede992.js",
                "assets\/index-ed137454.js",
                "assets\/cloudFunctions-ffc1d911.js",
                "assets\/IconRefresh-bc68a6f7.js",
                "assets\/IconCopy-f80c8f13.js",
                "assets\/IconChevronUp-1d616753.js",
                "assets\/backend-975eed09.js",
                "assets\/createLucideIcon-d054809e.js",
                "assets\/cache-d02e8fcc.js",
                "assets\/blogSummarizer.tsx-09883f86.js",
                "assets\/aspect-ratio-477b2c9a.js",
                "assets\/card-3678a171.js",
                "assets\/index-438b4382.js",
                "assets\/tutorial.tsx-65379ca2.js",
                "assets\/outofcredits-c3e03eee.svg",
                "assets\/configContext-7484ff9f.js",
                "assets\/fallbackErrorScreen-fdc18457.js",
                "assets\/webAccess-c971976a.js",
                "assets\/select-c1391b18.js",
                "assets\/useSSE-3c503889.js",
                "assets\/debounce-c70d88e0.js",
                "assets\/utils-4d663fb4.js",
                "assets\/postMessageConstants-fa0bb197.js",
                "assets\/Combination-33045e60.js",
                "assets\/index-da3e8382.js",
                "assets\/loader-442393dc.js",
                "assets\/index-8268c269.js",
                "assets\/fuzzysort-ef1f5c52.js",
                "assets\/IconSend-bcb79395.js",
                "assets\/index-68ed89d4.js",
                "assets\/IconArrowUpRight-0b2c203b.js",
                "assets\/accordion-409f2595.js",
                "assets\/IconChevronDown-3fe1c62f.js",
                "assets\/dropdown-menu-5c1e770a.js",
                "assets\/IconLoader-6a460aaa.js",
                "assets\/IconUser-921d6d11.js",
                "assets\/atom-one-light-7372aee1.js",
                "assets\/index-84f3e1af.js",
                "assets\/chat.tsx-32988023.js",
                "assets\/merlinUIComponentPortal.tsx-83e5f07e.js",
                "assets\/face-in-cloud-b59024d8.gif",
                "assets\/lightning-fb31413a.gif",
                "assets\/index-1f03d725.js",
                "assets\/avatar-351380ca.js",
                "assets\/textarea-17cd2191.js",
                "assets\/quill.tsx-f1aa81a6.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "assets\/Sentient-Variable-e0c1b99d.woff2",
                "assets\/hook-5dbc35da.js",
                "assets\/constants-08b9d551.js",
                "assets\/index-e66a18f8.js",
                "assets\/index-4de94733.js",
                "assets\/index-cebfbf65.js",
                "assets\/configContext-7484ff9f.js",
                "assets\/index-98e46cfb.js",
                "assets\/card-3678a171.js",
                "assets\/analytics-d76fbaf4.js",
                "assets\/postMessageConstants-fa0bb197.js",
                "assets\/accordion-409f2595.js",
                "assets\/button-8c384950.js",
                "assets\/helpers-016ddf77.js",
                "assets\/utils-4d663fb4.js",
                "assets\/index-da3e8382.js",
                "assets\/index-c7ede992.js",
                "assets\/index-8268c269.js",
                "assets\/useTranslation-644b68a8.js",
                "assets\/createLucideIcon-d054809e.js",
                "assets\/motion-cb4f0c77.js",
                "assets\/avatar-351380ca.js",
                "assets\/languageLogoMap-a2899707.js",
                "assets\/popover-fad9fe0b.js",
                "assets\/dropdown-menu-5c1e770a.js",
                "assets\/useSharedUserSettings-a79816f5.js",
                "assets\/zap-f07e1ff3.js",
                "assets\/IconArrowUpRight-0b2c203b.js",
                "assets\/IconUser-921d6d11.js",
                "assets\/IconSettings-1568532b.js",
                "assets\/index-a284d664.js",
                "assets\/Combination-33045e60.js",
                "assets\/index-2f891c41.js",
                "assets\/index-287c6b05.js",
                "assets\/index-68ed89d4.js",
                "assets\/useSSE-3c503889.js",
                "assets\/debounce-c70d88e0.js",
                "assets\/index-5d1acadd.js",
                "assets\/IconLoader-6a460aaa.js",
                "assets\/index-f05294af.js",
                "assets\/i18n-5d8f6342.js",
                "assets\/cloudFunctions-ffc1d911.js",
                "assets\/cache-d02e8fcc.js",
                "assets\/createReactComponent-84424cb7.js",
                "assets\/backend-975eed09.js",
                "assets\/IconCopy-f80c8f13.js",
                "assets\/youtubeSummarizer.tsx-c151af67.js",
                "assets\/foyerLogo-9fdb7e0f.js",
                "assets\/tooltip-1c8a0890.js",
                "assets\/index-025896d8.js",
                "assets\/youtubeSummaryBtnWithTweetify.tsx-db1484e2.js",
                "assets\/youtubeCommentSectionBtn.tsx-df8f1906.js"
            ],
            "use_dynamic_url": false
        },
        {
            "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\/Sentient-Variable-e0c1b99d.woff2",
                "assets\/hook-5dbc35da.js",
                "assets\/constants-08b9d551.js",
                "assets\/index-e66a18f8.js",
                "assets\/index-4de94733.js",
                "assets\/index-cebfbf65.js",
                "assets\/configContext-7484ff9f.js",
                "assets\/messageContext-7962db22.js",
                "assets\/themeContext-54490040.js",
                "assets\/index-98e46cfb.js",
                "assets\/index-358f00c4.js",
                "assets\/button-8c384950.js",
                "assets\/index-8268c269.js",
                "assets\/analytics-d76fbaf4.js",
                "assets\/webAccess-c971976a.js",
                "assets\/useSSE-3c503889.js",
                "assets\/merlin-logo-b2b99c69.js",
                "assets\/useTranslation-644b68a8.js",
                "assets\/index-68ed89d4.js",
                "assets\/index-a284d664.js",
                "assets\/Combination-33045e60.js",
                "assets\/createLucideIcon-d054809e.js",
                "assets\/motion-cb4f0c77.js",
                "assets\/index-5d1acadd.js",
                "assets\/zap-f07e1ff3.js",
                "assets\/IconX-8b7f6f11.js",
                "assets\/popover-fad9fe0b.js",
                "assets\/avatar-351380ca.js",
                "assets\/dropdown-menu-5c1e770a.js",
                "assets\/switch-2230c47b.js",
                "assets\/useSharedUserSettings-a79816f5.js",
                "assets\/IconArrowUpRight-0b2c203b.js",
                "assets\/IconUser-921d6d11.js",
                "assets\/IconSettings-1568532b.js",
                "assets\/atom-one-light-7372aee1.js",
                "assets\/index-f05294af.js",
                "assets\/i18n-5d8f6342.js",
                "assets\/v4-4a60fe23.js",
                "assets\/useMedia-c0b3390e.js",
                "assets\/index-2f891c41.js",
                "assets\/index-287c6b05.js",
                "assets\/purify.es-68816782.js",
                "assets\/backend-975eed09.js",
                "assets\/IconCopy-f80c8f13.js",
                "assets\/createReactComponent-84424cb7.js",
                "assets\/index-84f3e1af.js",
                "assets\/cloudFunctions-ffc1d911.js",
                "assets\/cache-d02e8fcc.js",
                "assets\/searchGPT.tsx-3e63cc31.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "assets\/Sentient-Variable-e0c1b99d.woff2",
                "assets\/hook-5dbc35da.js",
                "assets\/constants-08b9d551.js",
                "assets\/index-e66a18f8.js",
                "assets\/index-4de94733.js",
                "assets\/index-cebfbf65.js",
                "assets\/index-87ab05c8.js",
                "assets\/useUrlChange-ea2ca050.js",
                "assets\/useTranslation-644b68a8.js",
                "assets\/themeContext-54490040.js",
                "assets\/index-f05294af.js",
                "assets\/v4-4a60fe23.js",
                "assets\/i18n-5d8f6342.js",
                "assets\/index-98e46cfb.js",
                "assets\/purify.es-68816782.js",
                "assets\/index-a284d664.js",
                "assets\/backend-975eed09.js",
                "assets\/button-8c384950.js",
                "assets\/index-5d1acadd.js",
                "assets\/motion-cb4f0c77.js",
                "assets\/createLucideIcon-d054809e.js",
                "assets\/index-358f00c4.js",
                "assets\/analytics-d76fbaf4.js",
                "assets\/useSSE-3c503889.js",
                "assets\/useSharedUserSettings-a79816f5.js",
                "assets\/createReactComponent-84424cb7.js",
                "assets\/cloudFunctions-ffc1d911.js",
                "assets\/cache-d02e8fcc.js",
                "assets\/languageLogoMap-a2899707.js",
                "assets\/index-1f03d725.js",
                "assets\/foyerLogo-9fdb7e0f.js",
                "assets\/index-438b4382.js",
                "assets\/useOnClickOutside-931c30df.js",
                "assets\/useUserSettings-8f1b128f.js",
                "assets\/fuzzysort-ef1f5c52.js",
                "assets\/IconX-8b7f6f11.js",
                "assets\/IconSend-bcb79395.js",
                "assets\/IconReload-6ba574a8.js",
                "assets\/IconChevronRight-a0728e58.js",
                "assets\/IconLanguage-7e477b89.js",
                "assets\/IconSettings-1568532b.js",
                "assets\/IconBulb-63f84d83.js",
                "assets\/IconHeadset-5c63b319.js",
                "assets\/useMedia-c0b3390e.js",
                "assets\/linkedinStrip.tsx-b4f7e9cf.js"
            ],
            "use_dynamic_url": false
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top