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
官方網址 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"
            ]
        }
    ]
}