New XKit

A fork of XKit, the extension framework for Tumblr.

Qu'est-ce que New XKit ?

New XKit est une extension Chrome développée par Unknown, et sa fonction principale est "A fork of XKit, the extension framework for Tumblr.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension New XKit

Téléchargez les fichiers d'extension New XKit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom New XKit New XKit
ID inobiceghmpkaklcknpniboilbjmlald
URL Officiel https://chromewebstore.google.com/detail/new-xkit/inobiceghmpkaklcknpniboilbjmlald
Description A fork of XKit, the extension framework for Tumblr.
Taille du Fichier 153 KB
Nombre d'Installations 156,623
Version Actuelle 7.9.2
Dernière Mise à Jour 2020-05-21
Date de Publication 2020-05-20
Évaluation 4.53/5 Total 940 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension http://new-xkit-extension.tumblr.com/
Langues Prises en Charge 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"
        }
    }
}