New XKit

A fork of XKit, the extension framework for Tumblr.

New XKitคืออะไร?

New XKit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A fork of XKit, the extension framework for Tumblr."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New XKit

ดาวน์โหลดไฟล์ส่วนขยาย New XKit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A fork (copy with changes) of the original XKit addon. We are not in contact with the original XKit Guy, nor do we have access to xkit.info. Follow http://new-xkit-extension.tumblr.com/ for news and information.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ New XKit New XKit
ID inobiceghmpkaklcknpniboilbjmlald
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/new-xkit/inobiceghmpkaklcknpniboilbjmlald
คำอธิบาย A fork of XKit, the extension framework for Tumblr.
ขนาดไฟล์ 153 KB
จำนวนการติดตั้ง 156,623
เวอร์ชันปัจจุบัน 7.9.2
อัปเดตครั้งล่าสุด 2020-05-21
วันที่เผยแพร่ 2020-05-20
คะแนน 4.53/5 รวมทั้งหมด 940 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://new-xkit-extension.tumblr.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "css": [
                "xkit.css"
            ],
            "exclude_matches": [
                "*:\/\/*.tumblr.com\/*\/audio_player_iframe\/*",
                "*:\/\/*.tumblr.com\/*\/photoset_iframe\/*",
                "*:\/\/assets.tumblr.com\/*",
                "*:\/\/*.media.tumblr.com\/*",
                "*:\/\/www.tumblr.com\/upload\/image*",
                "*:\/\/www.tumblr.com\/video\/*"
            ],
            "js": [
                "bridge.js",
                "lodash.min.js",
                "jquery.js",
                "tiptip.js",
                "moment.js",
                "nano.js",
                "xkit.js"
            ],
            "matches": [
                "*:\/\/*.tumblr.com\/*"
            ]
        }
    ],
    "description": "A fork of XKit, the extension framework for Tumblr.",
    "homepage_url": "https:\/\/github.com\/new-xkit\/XKit",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "44.0",
    "name": "New XKit",
    "author": "New XKit Team",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "*:\/\/*.tumblr.com\/*",
        "https:\/\/new-xkit.github.io\/XKit\/*",
        "https:\/\/cloud.new-xkit.com\/*"
    ],
    "version": "7.9.2",
    "web_accessible_resources": [
        "manifest.json",
        "editor.js"
    ],
    "applications": {
        "gecko": {
            "id": "@new-xkit",
            "update_url": "https:\/\/new-xkit.github.io\/XKit\/Extensions\/dist\/page\/FirefoxUpdate.json"
        }
    }
}