Makerbird

Passively add Product Hunt profile link in twitter bios you visit.

Makerbird क्या है?

Makerbird oelmekki द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Passively add Product Hunt profile link in twitter bios you visit."।

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

screenshot

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

crx प्रारूप में Makerbird एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extensions allows to see, when browsing other users pages on twitter, if they are Product Hunt users or not.

If you visit a Product Hunt user, a link to their PH profile page will appear.

Additionally, if the user is a maker, you will see how many products they made directly in Twitter bio.                    

एक्सटेंशन की मूल जानकारी

नाम Makerbird Makerbird
ID omiplbjehgojeahjpggcdcmcachnhkol
आधिकारिक URL https://chrome.google.com/webstore/detail/omiplbjehgojeahjpggcdcmcachnhkol
विवरण Passively add Product Hunt profile link in twitter bios you visit.
फ़ाइल का आकार 18.45 KB
स्थापना संख्या 25
वर्तमान संस्करण 1.4.2
अंतिम अपडेट 2016-05-02
प्रकाशन तिथि 2016-05-01
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर oelmekki
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Makerbird",
    "version": "1.4.2",
    "manifest_version": 2,
    "description": "Passively add Product Hunt profile link in twitter bios you visit.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/www.producthunt.com\/",
        "http:\/\/www.producthunt.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content_script\/fetcher.js",
                "content_script\/profile_block.js",
                "content_script\/maker_bird.js",
                "content_script\/main.js"
            ],
            "run_at": "document_end"
        }
    ]
}