New XKit
A fork of XKit, the extension framework for Tumblr.
New XKit là gì?
New XKit là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "A fork of XKit, the extension framework for Tumblr.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng New XKit
Tải xuống các tệp mở rộng New XKit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | New XKit |
ID | inobiceghmpkaklcknpniboilbjmlald |
URL Chính Thức | https://chromewebstore.google.com/detail/new-xkit/inobiceghmpkaklcknpniboilbjmlald |
Mô tả | A fork of XKit, the extension framework for Tumblr. |
Kích Thước Tệp | 153 KB |
Số Lần Cài Đặt | 156,623 |
Phiên Bản Hiện Tại | 7.9.2 |
Cập Nhật Lần Cuối | 2020-05-21 |
Ngày Phát Hành | 2020-05-20 |
Đánh Giá | 4.53/5 Tổng số 940 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://new-xkit-extension.tumblr.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |