Tumblpass
This extension provides you advanced user experience with Tumblr blogs.
什麼是Tumblpass?
Tumblpass是由https://webslut4rent.tumblr.com開發的Chrome擴展程式,該擴展的主要功能是“This extension provides you advanced user experience with Tumblr blogs.”。
擴展截圖
下載Tumblpass擴展crx文件
下載Tumblpass擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
unlock new features, open hidden content, get access to download files.
just install the free plugin tumbl +, which opens even more options.
Use our plugin for free and get free updates every month! 擴展基本資訊
| 名稱 | |
| ID | ejfhhbechmbnapkhnhkeejbhihdhcbde |
| 官方網址 | https://chromewebstore.google.com/detail/tumblpass/ejfhhbechmbnapkhnhkeejbhihdhcbde |
| 簡介 | This extension provides you advanced user experience with Tumblr blogs. |
| 檔案大小 | 6.16 KB |
| 安裝次數 | 261 |
| 目前版本 | 2.4.46 |
| 更新時間 | 2014-12-16 |
| 上架時間 | 2014-12-16 |
| 評分 | 4.00/5 共 1 次評分 |
| 開發者 | https://webslut4rent.tumblr.com |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tumblpass",
"description": "This extension provides you advanced user experience with Tumblr blogs.",
"version": "2.4.46",
"permissions": [],
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*"
],
"js": [
"blockremover.js"
],
"css": [
"style.css"
]
}
]
} | |