XKit Rewritten

The enhancement suite for Tumblr's new web interface

XKit Rewritten क्या है?

XKit Rewritten April Sylph द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The enhancement suite for Tumblr's new web interface"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में XKit Rewritten एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A comprehensive collection of extra features and interface tweaks for Tumblr.

This incarnation of XKit has been designed from the ground up to target Tumblr's new React-based site, which launched in April 2020.

Check out the wiki for a full list of features!                    

एक्सटेंशन की मूल जानकारी

नाम XKit Rewritten XKit Rewritten
ID ehgbadgnkmeeldglkmnplolneidgpbcm
आधिकारिक URL https://chromewebstore.google.com/detail/xkit-rewritten/ehgbadgnkmeeldglkmnplolneidgpbcm
विवरण The enhancement suite for Tumblr's new web interface
फ़ाइल का आकार 1.85 MB
स्थापना संख्या 39,160
वर्तमान संस्करण 0.23.3
अंतिम अपडेट 2023-12-14
प्रकाशन तिथि 2022-02-07
रेटिंग 4.60/5 कुल 45 रेटिंग्स
डेवलपर April Sylph
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/AprilSylph/XKit-Rewritten/wiki
सहायता पृष्ठ URL https://github.com/AprilSylph/XKit-Rewritten/discussions
गोपनीयता नीति पृष्ठ URL https://github.com/AprilSylph/AprilSylph/blob/master/PRIVACY.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XKit Rewritten",
    "version": "0.23.3",
    "short_name": "XKit",
    "author": "April Sylph",
    "homepage_url": "https:\/\/github.com\/AprilSylph\/XKit-Rewritten\/wiki",
    "description": "The enhancement suite for Tumblr's new web interface",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_title": "XKit Rewritten",
        "default_popup": "browser_action\/popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png",
            "96": "icons\/96.png",
            "128": "icons\/128.png"
        }
    },
    "options_ui": {
        "page": "browser_action\/popup.html?embedded=true",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "*.js",
        "*.json",
        "*.css",
        "*.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.tumblr.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.tumblr.com\/login",
                "*:\/\/www.tumblr.com\/register",
                "*:\/\/www.tumblr.com\/register?*",
                "*:\/\/www.tumblr.com\/privacy\/*"
            ],
            "run_at": "document_end",
            "js": [
                "lib\/browser-polyfill.min.js",
                "lib\/jquery.min.js",
                "content_scripts\/main.js"
            ],
            "css": [
                "content_scripts\/control_buttons.css",
                "content_scripts\/meatballs.css",
                "content_scripts\/sidebar.css",
                "content_scripts\/modals.css",
                "content_scripts\/notifications.css",
                "content_scripts\/post_actions.css"
            ]
        }
    ],
    "minimum_chrome_version": "89",
    "browser_specific_settings": {
        "gecko": {
            "strict_min_version": "89.0a1"
        },
        "gecko_android": {
            "strict_min_version": "113.0"
        }
    }
}