Free the Pink
Pink-ify button and link elements. #FreeThePink
ما هو Free the Pink؟
Free the Pink هو إضافة Chrome تم تطويرها بواسطة Winter LaMon، والميزة الرئيسية لها هي "Pink-ify button and link elements. #FreeThePink".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Free the Pink
قم بتنزيل ملفات الامتداد Free the Pink بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With the click of a button, transform all buttons and links to glorious magenta calls to action. You get magenta! And you get magenta! Magenta for everyone!
معلومات أساسية عن التمديد
الاسم | Free the Pink |
ID | dlpefelmhiokdeoejmijfoahdagppcdm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/free-the-pink/dlpefelmhiokdeoejmijfoahdagppcdm |
الوصف | Pink-ify button and link elements. #FreeThePink |
حجم الملف | 14.79 KB |
عدد التثبيتات | 333 |
النسخة الحالية | 0.1 |
آخر تحديث | 2019-11-25 |
تاريخ النشر | 2019-11-24 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | Winter LaMon |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Free the Pink", "short_name": "Free the Pink", "version": "0.1", "description": "Pink-ify button and link elements. #FreeThePink", "permissions": [ "activeTab" ], "browser_action": { "default_title": "Free the Pink", "default_popup": "popup.html", "default_icon": { "16": "images\/ftp_16.png", "32": "images\/ftp_32.png", "48": "images\/ftp_48.png", "128": "images\/ftp_128.png" } }, "icons": { "16": "images\/ftp_16.png", "32": "images\/ftp_32.png", "48": "images\/ftp_48.png", "128": "images\/ftp_128.png" }, "manifest_version": 2 } |