けものブック

すごーい!けものブックはFacebookの「いいね!」や「うけるね」を「すごーい!」や「たーのしー!」に変えられる拡張なんだね!

What is けものブック?

けものブック is a Chrome extension developed by https://blog.maripo.org, and its main feature is "すごーい!けものブックはFacebookの「いいね!」や「うけるね」を「すごーい!」や「たーのしー!」に変えられる拡張なんだね!".

Extension Screenshots

screenshot
screenshot

Download けものブック Extension CRX File

Download けものブック 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

                        すごーい!けものブックはFacebookの「いいね!」や「うけるね」を「すごーい!」や「たっのしー!」に変えられる拡張なんだね!
Facebookのインターフェイスを日本語か英語にして使ってね!                    

Extension Basic Information

Name けものブック けものブック
ID lejbendamhemogakdniejbennjanlbfa
Official URL https://chromewebstore.google.com/detail/%E3%81%91%E3%82%82%E3%81%AE%E3%83%96%E3%83%83%E3%82%AF/lejbendamhemogakdniejbennjanlbfa
Description すごーい!けものブックはFacebookの「いいね!」や「うけるね」を「すごーい!」や「たーのしー!」に変えられる拡張なんだね!
File Size 67.8 KB
Installation Count 116
Current Version 1.0.7
Last Updated 2017-05-14
Publish Date 2017-05-14
Rating 5.00/5 Total 3 Ratings
Developer https://blog.maripo.org
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u3051\u3082\u306e\u30d6\u30c3\u30af",
    "version": "1.0.7",
    "description": "\u3059\u3054\u30fc\u3044\uff01\u3051\u3082\u306e\u30d6\u30c3\u30af\u306fFacebook\u306e\u300c\u3044\u3044\u306d\uff01\u300d\u3084\u300c\u3046\u3051\u308b\u306d\u300d\u3092\u300c\u3059\u3054\u30fc\u3044\uff01\u300d\u3084\u300c\u305f\u30fc\u306e\u3057\u30fc\uff01\u300d\u306b\u5909\u3048\u3089\u308c\u308b\u62e1\u5f35\u306a\u3093\u3060\u306d\uff01",
    "default_locale": "ja",
    "background": [],
    "web_accessible_resources": [
        "img\/*",
        "css\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "src\/kemono.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "permissions": [],
    "icons": {
        "256": "img\/icon256.png",
        "128": "img\/icon128.png",
        "64": "img\/icon64.png",
        "48": "img\/icon48.png",
        "32": "img\/icon32.png"
    }
}