Yahoo!知恵袋拡張

画像拡大、伏せ字ID開示等

What is Yahoo!知恵袋拡張?

Yahoo!知恵袋拡張 is a Chrome extension developed by osanPandaHero, and its main feature is "画像拡大、伏せ字ID開示等".

Extension Screenshots

screenshot

Download Yahoo!知恵袋拡張 Extension CRX File

Download Yahoo!知恵袋拡張 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

                        ***伏せ字IDの無効化、投稿画像をオリジナル解像度で表示等。                    

Extension Basic Information

Name Yahoo!知恵袋拡張 Yahoo!知恵袋拡張
ID gblogedclmnnenjmkemhjfpfbbokmblp
Official URL https://chrome.google.com/webstore/detail/yahoo%E7%9F%A5%E6%81%B5%E8%A2%8B%E6%8B%A1%E5%BC%B5/gblogedclmnnenjmkemhjfpfbbokmblp
Description 画像拡大、伏せ字ID開示等
File Size 5.01 KB
Installation Count 28
Current Version 1.10.1
Last Updated 2018-05-16
Publish Date 2018-05-16
Rating 5.00/5 Total 1 Ratings
Developer osanPandaHero
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "js\/pagescript.js"
            ],
            "css": [
                "css\/pagestyle.css"
            ],
            "matches": [
                "*:\/\/*.chiebukuro.yahoo.co.jp\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "\u753b\u50cf\u62e1\u5927\u3001\u4f0f\u305b\u5b57ID\u958b\u793a\u7b49",
    "manifest_version": 2,
    "name": "Yahoo!\u77e5\u6075\u888b\u62e1\u5f35",
    "short_name": "Y!C Ext",
    "options_page": "options.html",
    "permissions": [
        "*:\/\/*.chiebukuro.yahoo.co.jp\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "1.10.1"
}