Kickstarter Super Commenter
This extension improves Kickstarter's campaign comments page
What is Kickstarter Super Commenter?
Kickstarter Super Commenter is a Chrome extension developed by Kevin B, and its main feature is "This extension improves Kickstarter's campaign comments page".
Extension Screenshots
Download Kickstarter Super Commenter Extension CRX File
Download Kickstarter Super Commenter 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
This adds the following features to a Kickstarter campaign's comments page: - Auto updating - Quickly reply to comments with an appropriate @Mention - Find previous comment by someone who was @Mentioned - Highlight comments where you are @Mentioned
Extension Basic Information
Name | Kickstarter Super Commenter |
ID | cocohbfejblbhhcbadjnmhmchbndnaom |
Official URL | https://chromewebstore.google.com/detail/kickstarter-super-comment/cocohbfejblbhhcbadjnmhmchbndnaom |
Description | This extension improves Kickstarter's campaign comments page |
File Size | 55.75 KB |
Installation Count | 122 |
Current Version | 0.0.2 |
Last Updated | 2016-11-29 |
Publish Date | 2016-11-29 |
Rating | 3.71/5 Total 7 Ratings |
Developer | Kevin B |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kickstarter Super Commenter", "description": "This extension improves Kickstarter's campaign comments page", "version": "0.0.2", "permissions": [ "*:\/\/*.kickstarter.com\/projects\/*\/*\/comments" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.kickstarter.com\/projects\/*\/*\/comments" ], "run_at": "document_idle", "css": [ "tooltipster.bundle.min.css", "KSC.css" ], "js": [ "jquery-3.1.1.min.js", "tooltipster.bundle.min.js", "KSC.js" ] } ] } |