Lanky Kong Enhancer

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

Lanky Kong Enhancer là gì?

Lanky Kong Enhancer là một tiện ích mở rộng Chrome được phát triển bởi oComments.org, và tính năng chính của nó là "This extension puts the sweet and innocent Lanky Kong at the bottom of every website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lanky Kong Enhancer

Tải xuống các tệp mở rộng Lanky Kong Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lanky Kong Enhancer Lanky Kong Enhancer
ID gambonfdngdmeceigbjmlkaadjgbalhc
URL Chính Thức https://chromewebstore.google.com/detail/lanky-kong-enhancer/gambonfdngdmeceigbjmlkaadjgbalhc
Mô tả This extension puts the sweet and innocent Lanky Kong at the bottom of every website.
Kích Thước Tệp 45.23 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2015-06-15
Ngày Phát Hành 2015-06-15
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển oComments.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://bendo.io
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}