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
电子邮箱 [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"
            ]
        }
    ]
}