Makerbird

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

What is Makerbird?

Makerbird is a Chrome extension developed by oelmekki, and its main feature is "Passively add Product Hunt profile link in twitter bios you visit.".

Extension Screenshots

screenshot

Download Makerbird Extension CRX File

Download Makerbird 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 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.                    

Extension Basic Information

Name Makerbird Makerbird
ID omiplbjehgojeahjpggcdcmcachnhkol
Official URL https://chrome.google.com/webstore/detail/omiplbjehgojeahjpggcdcmcachnhkol
Description Passively add Product Hunt profile link in twitter bios you visit.
File Size 18.45 KB
Installation Count 25
Current Version 1.4.2
Last Updated 2016-05-02
Publish Date 2016-05-01
Rating 5.00/5 Total 3 Ratings
Developer oelmekki
Payment Type free
Supported Languages 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"
        }
    ]
}