Kicktraq
Track Kickstarter Campaigns
What is Kicktraq?
Kicktraq is a Chrome extension developed by https://www.kicktraq.com, and its main feature is "Track Kickstarter Campaigns".
Extension Screenshots
Download Kicktraq Extension CRX File
Download Kicktraq extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Kicktraq |
ID | mkfbmdekphdknccdlbhlkbifdbdioekd |
Official URL | https://chromewebstore.google.com/detail/kicktraq/mkfbmdekphdknccdlbhlkbifdbdioekd |
Description | Track Kickstarter Campaigns |
File Size | 66.05 KB |
Installation Count | 4,341 |
Current Version | 1.0.19 |
Last Updated | 2022-05-24 |
Publish Date | 2019-09-18 |
Rating | 4.50/5 Total 36 Ratings |
Developer | https://www.kicktraq.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.kicktraq.com/ |
Privacy Policy Page URL | https://kicktraq.com/policies |
Supported Languages | 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" } |