REL? Follow!
Highlight links on pages
ما هو REL? Follow!؟
REL? Follow! هو إضافة Chrome تم تطويرها بواسطة OFF-SITE، والميزة الرئيسية لها هي "Highlight links on pages".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة REL? Follow!
قم بتنزيل ملفات الامتداد REL? Follow! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extension allows to highlight links depending on their "rel" attrbute. The supported types are: dofollow, nofollow, ugc, sponsored.
معلومات أساسية عن التمديد
الاسم | REL? Follow! |
ID | kipgjnbbkhefgcocohkgogiipkfgmmoa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/rel-follow/kipgjnbbkhefgcocohkgogiipkfgmmoa |
الوصف | Highlight links on pages |
حجم الملف | 460 KB |
عدد التثبيتات | 91 |
النسخة الحالية | 2.2 |
آخر تحديث | 2023-07-24 |
تاريخ النشر | 2020-12-31 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | OFF-SITE |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://off-site.pl |
عنوان صفحة سياسة الخصوصية | https://off-site.pl/storage/static-files/pdf/privacy_policy_pl.pdf |
اللغات المدعومة | en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "2.2", "default_locale": "en", "action": { "default_popup": "dist\/popup.html", "default_icon": "dist\/images\/icon.png" }, "permissions": [ "storage", "tabs" ], "content_scripts": [ { "js": [ "dist\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |