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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | inobiceghmpkaklcknpniboilbjmlald |
| 官方網址 | 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"
}
}
} | |