WebExtension.net
WebExtension.net

Yahoo!簡単セットアップ

View on Chrome Web Store
View Yahoo!簡単セットアップ Chrome Extension on Chrome Web Store
3.2 (5 ratings)

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

Yahoo! JAPANのトップページやYahoo!検索を簡単にご利用いただけます。
Type
Extension
Users
60,000 users
Website www.yahoo.co.jp
LY Corporation
View author page of LY Corporation
Published
Published on December 5, 2019
Version 1.4.0
Manifest version
3
Updated
Updated on October 1, 2023
View on Chrome Web Store
View Yahoo!簡単セットアップ 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",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "version": "1.4.0",
    "default_locale": "ja",
    "description": "__MSG_ext_desc__",
    "icons": {
        "128": "icon\/Y_128.png"
    },
    "minimum_chrome_version": "104",
    "action": {
        "default_icon": {
            "38": "icon\/Icon_38x38.png"
        },
        "default_title": "Yahoo!\u7c21\u5358\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7"
    },
    "author": "Yahoo! JAPAN",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "chrome_settings_overrides": {
        "startup_pages": [
            "https:\/\/www.yahoo.co.jp\/?fr=top_ga1_ext2_startup"
        ],
        "search_provider": {
            "name": "Yahoo! JAPAN",
            "keyword": "search.yahoo.co.jp",
            "search_url": "https:\/\/search.yahoo.co.jp\/search?p={searchTerms}&fr=top_ext2_pane&ei=UTF-8",
            "suggest_url": "https:\/\/search.yahooapis.jp\/AssistSearchService\/V2\/webassistSearch?p={searchTerms}&appid=AM9RN5Kxg65vuqxdr4rbYDb70jVo.5QsIfsLoNuAkX.m2Z87CG1BySYNzGbrswH6Fid2dqgDjG6WlgArfV8-&output=iejson&src=srch&fr=top_ext2_pane",
            "favicon_url": "https:\/\/search.yahoo.co.jp\/favicon.ico",
            "encoding": "utf-8",
            "is_default": true
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.yahoo.co.jp\/*"
            ],
            "js": [
                "scripts\/contentScripts.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.yahoo.co.jp\/",
        "https:\/\/*.yahooapis.jp\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/logger.js"
            ],
            "matches": [
                "https:\/\/*.yahoo.co.jp\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.yahoo.co.jp\/*"
        ]
    }
}
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