Kicktraq

Track Kickstarter Campaigns

Kicktraq란 무엇입니까?

Kicktraq은(는) https://www.kicktraq.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track Kickstarter Campaigns"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Kicktraq 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Kicktraq
ID mkfbmdekphdknccdlbhlkbifdbdioekd
공식 URL 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"
}