Lanky Kong Enhancer

This extension puts the sweet and innocent Lanky Kong at the bottom of every website.

Lanky Kong Enhancerとは何ですか?

Lanky Kong EnhancerはoComments.orgによって開発されたChromeの拡張機能で、その主な機能は「This extension puts the sweet and innocent Lanky Kong at the bottom of every website.」です。

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

screenshot
screenshot
screenshot

Lanky Kong Enhancer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Enhance the boring, disgusting outdated internet, with this elegant free extension that puts an adorable young Lanky Kong at the bottom of each page you visit, take a look at some of the example screenshots.                    

拡張機能の基本情報

名前 Lanky Kong Enhancer Lanky Kong Enhancer
ID gambonfdngdmeceigbjmlkaadjgbalhc
公式URL https://chromewebstore.google.com/detail/lanky-kong-enhancer/gambonfdngdmeceigbjmlkaadjgbalhc
説明 This extension puts the sweet and innocent Lanky Kong at the bottom of every website.
ファイルサイズ 45.23 KB
インストール数 18
現在のバージョン 0.7
最終更新日 2015-06-15
公開日 2015-06-15
評価 4.83/5 合計 6 レビュー
開発者 oComments.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://bendo.io
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lanky Kong Enhancer",
    "version": "0.7",
    "manifest_version": 2,
    "description": "This extension puts the sweet and innocent Lanky Kong at the bottom of every website.",
    "homepage_url": "http:\/\/bendo.io",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "browser action demo",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}