Kicktraq
Track Kickstarter Campaigns
什麼是Kicktraq?
Kicktraq是由https://www.kicktraq.com開發的Chrome擴展程式,該擴展的主要功能是“Track Kickstarter Campaigns”。
擴展截圖
下載Kicktraq擴展crx文件
下載Kicktraq擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Now track your favorite Kickstarter campaigns like never before. View the pledge history of any campaign or see how their campaign is trending and if it's likely to fund without ever having to leave their project page. 1.0.19 - revamp the way that charts appear on the page and make them dynamically display when interacting on the page
擴展基本資訊
名稱 | Kicktraq |
ID | mkfbmdekphdknccdlbhlkbifdbdioekd |
官方網址 | https://chromewebstore.google.com/detail/kicktraq/mkfbmdekphdknccdlbhlkbifdbdioekd |
簡介 | Track Kickstarter Campaigns |
檔案大小 | 66.05 KB |
安裝次數 | 4,341 |
目前版本 | 1.0.19 |
更新時間 | 2022-05-24 |
上架時間 | 2019-09-18 |
評分 | 4.50/5 共 36 次評分 |
開發者 | https://www.kicktraq.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.kicktraq.com/ |
隱私政策頁面URL | https://kicktraq.com/policies |
支援的語言 | en |
manifest.json | |
{ "background": { "service_worker": "\/js\/background.js" }, "browser_action": { "default_icon": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "default_title": "Visit Kicktraq.com" }, "content_scripts": [ { "all_frames": true, "js": [ "lib\/jquery-3.3.1.min.js", "js\/main.js" ], "css": [ "css\/kicktraq.css" ], "matches": [ "*:\/\/www.kickstarter.com\/projects\/*" ], "run_at": "document_idle" } ], "host_permissions": [ "https:\/\/www.kickstarter.com\/projects*" ], "description": "Track Kickstarter Campaigns", "homepage_url": "http:\/\/www.kicktraq.com", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDXKsq55CCjoUgRyGHDmlGywpRQRNbTvZ9JxtCl+8IyX8KA5LPfHc1UiSkheVHHcYoOhQCHahOlQ9Z0LVyqnRMShJeNa1oV7eL+nLkdphaBulEo5f5ZUawDEcUZGa70DJpcjIgUqFXaM32B30ZVLAAdnVXm0VZKJYYFDnfnz+rf9wIDAQAB", "manifest_version": 3, "name": "Kicktraq", "short_name": "Kicktraq", "permissions": [], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.19" } |