Makerbird

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

Qu'est-ce que Makerbird ?

Makerbird est une extension Chrome développée par oelmekki, et sa fonction principale est "Passively add Product Hunt profile link in twitter bios you visit.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Makerbird

Téléchargez les fichiers d'extension Makerbird au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Makerbird Makerbird
ID omiplbjehgojeahjpggcdcmcachnhkol
URL Officiel https://chrome.google.com/webstore/detail/omiplbjehgojeahjpggcdcmcachnhkol
Description Passively add Product Hunt profile link in twitter bios you visit.
Taille du Fichier 18.45 KB
Nombre d'Installations 25
Version Actuelle 1.4.2
Dernière Mise à Jour 2016-05-02
Date de Publication 2016-05-01
Évaluation 5.00/5 Total 3 Évaluations
Développeur oelmekki
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}