New XKit

A fork of XKit, the extension framework for Tumblr.

New XKitとは何ですか?

New XKitはUnknownによって開発されたChromeの拡張機能で、その主な機能は「A fork of XKit, the extension framework for Tumblr.」です。

拡張機能のスクリーンショット

screenshot

New XKit拡張機能のCRXファイルをダウンロード

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