Makerbird
Passively add Product Hunt profile link in twitter bios you visit.
ما هو Makerbird؟
Makerbird هو إضافة Chrome تم تطويرها بواسطة oelmekki، والميزة الرئيسية لها هي "Passively add Product Hunt profile link in twitter bios you visit.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Makerbird
قم بتنزيل ملفات الامتداد Makerbird بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.
معلومات أساسية عن التمديد
الاسم | |
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" } ] } |