Comments for Yahoo

Read and write comments on Yahoo! articles and videos.

Comments for Yahooとは何ですか?

Comments for Yahooはhttps://blarify.comによって開発されたChromeの拡張機能で、その主な機能は「Read and write comments on Yahoo! articles and videos.」です。

拡張機能のスクリーンショット

screenshot

Comments for Yahoo拡張機能のCRXファイルをダウンロード

Comments for Yahoo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        What happened to the Yahoo! comments section? Since mid-2020, visitors of yahoo.com have not been able to post their feedback to news articles...until now.

With the Comments for Yahoo extension by Blarify, every article in news, sports, finance, etc. will give you a place to share your opinions. You now have a platform to comment, discuss and share ideas while browsing news and opinion articles on yahoo.com.

After installing the extension, you can go to any of the Yahoo! to begin commenting on any content. Click the comment button on the left side of your browser window to launch the comment box and begin reading others' feedback. Register for a free account to post comments of your own.

DISCLAIMER:

This extension is owned by blarify.com and uses the third-party website, blarify.com to display comments dedicated to each published article. The extension is not authorized or endorsed by yahoo.com.                    

拡張機能の基本情報

名前 Comments for Yahoo Comments for Yahoo
ID cjcegnbadhajcdajbgeleahhennipedh
公式URL https://chromewebstore.google.com/detail/comments-for-yahoo/cjcegnbadhajcdajbgeleahhennipedh
説明 Read and write comments on Yahoo! articles and videos.
ファイルサイズ 82.82 KB
インストール数 237
現在のバージョン 1.0
最終更新日 2021-03-03
公開日 2021-03-02
評価 2.50/5 合計 4 レビュー
開発者 https://blarify.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://yahoo.blarify.com
ヘルプページのURL https://yahoo.blarify.com/feedback
プライバシーポリシーページのURL https://blarify.com/page?page=privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comments for Yahoo",
    "version": "1.0",
    "description": "Read and write comments on Yahoo! articles and videos.",
    "manifest_version": 2,
    "icons": {
        "128": "images\/logo.png"
    },
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com\/ https:\/\/www.google-analytics.com https:\/\/blarify.com; object-src 'self'; img-src www.googletagmanager.com https:\/\/www.google-analytics.com\/ https:\/\/events.xg4ken.com https:\/\/beacon.krxd.net https:\/\/pubads.g.doubleclick.net https:\/\/sp.analytics.yahoo.com https:\/\/5237.xg4ken.com https:\/\/www.google.co.in https:\/\/s.amazon-adsystem.com www.google-analytics.com https:\/\/*.rfihub.com https:\/\/live.rezync.com https:\/\/secure.adnxs.com https:\/\/googleads.g.doubleclick.net https:\/\/www.googleadservices.com https:\/\/www.google.com https:\/\/trc.taboola.com https:\/\/www.facebook.com https:\/\/analytics.twitter.com https:\/\/t.co\/i\/adsct https:\/\/ad.doubleclick.net https:\/\/ext-inv-cdn.presage.io https:\/\/adservice.google.com\/",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.yahoo.com\/*",
                "https:\/\/finance.yahoo.com\/*",
                "https:\/\/money.yahoo.com\/*",
                "https:\/\/sports.yahoo.com\/*",
                "https:\/\/news.yahoo.com\/*",
                "https:\/\/autos.yahoo.com\/*"
            ],
            "exclude_globs": [
                "*.jpg",
                "*.jpeg",
                "*.gif",
                "*.png",
                "*.bmp",
                "*.webp",
                "*.css",
                "*.swf",
                "*.js",
                "*.zip",
                "*.rar",
                "*.tar",
                "*.tar.gz",
                "*.tgz",
                "*.tar.bz2",
                "*.tbz2",
                "*.doc",
                "*.docx",
                "*.ppt",
                "*.pptx",
                "*.xls",
                "*.xlsx",
                "*.pdf",
                "*.xml",
                "*.txt",
                "*.mpg",
                "*.mpeg",
                "*.qt",
                "*.mp4",
                "*.m4v",
                "*.m4a",
                "*.mp3",
                "*.ogv",
                "*.ogm",
                "*.ogg",
                "*.oga",
                "*.webm",
                "*.wav",
                "*.",
                "*."
            ],
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "html\/iframe\/*"
    ],
    "permissions": [
        "https:\/\/www.yahoo.com\/*",
        "https:\/\/finance.yahoo.com\/*",
        "https:\/\/money.yahoo.com\/*",
        "https:\/\/sports.yahoo.com\/*",
        "https:\/\/news.yahoo.com\/*",
        "https:\/\/autos.yahoo.com\/*"
    ]
}