Kicktraq

Track Kickstarter Campaigns

Kicktraq क्या है?

Kicktraq https://www.kicktraq.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track Kickstarter Campaigns"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kicktraq एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}