Lanky Kong Enhancer

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

ما هو Lanky Kong Enhancer؟

Lanky Kong Enhancer هو إضافة Chrome تم تطويرها بواسطة oComments.org، والميزة الرئيسية لها هي "This extension puts the sweet and innocent Lanky Kong at the bottom of every website.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Lanky Kong Enhancer

قم بتنزيل ملفات الامتداد Lanky Kong Enhancer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}