Follow Links

Extensión que resalta los enlaces FOLLOW, NOFOLLOW, UGC y SPONSORED

ما هو Follow Links؟

Follow Links هو إضافة Chrome تم تطويرها بواسطة fernichum، والميزة الرئيسية لها هي "Extensión que resalta los enlaces FOLLOW, NOFOLLOW, UGC y SPONSORED".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Follow Links

قم بتنزيل ملفات الامتداد Follow Links بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Esta extensión se encarga de colorear el borde de los enlaces en función del valor/valores que tenga dentro del atributo rel

Follow: Verde

Nofollow: Rojo

UGC: Naranja

Sponsored: Morado                    

معلومات أساسية عن التمديد

الاسم Follow Links Follow Links
ID opgacknhlddhmaimgelfflcgjblondhg
عنوان URL الرسمي https://chromewebstore.google.com/detail/follow-links/opgacknhlddhmaimgelfflcgjblondhg
الوصف Extensión que resalta los enlaces FOLLOW, NOFOLLOW, UGC y SPONSORED
حجم الملف 55.89 KB
عدد التثبيتات 280
النسخة الحالية 0.1.0
آخر تحديث 2019-12-19
تاريخ النشر 2019-12-18
تقييم 5.00/5 مجموع تقييمات 5
المطور fernichum
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Follow Links",
    "short_name": "Follow Links",
    "version": "0.1.0",
    "description": "Extensi\u00f3n que resalta los enlaces FOLLOW, NOFOLLOW, UGC y SPONSORED",
    "author": "Fernando Jalon",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_title": "Follow Links",
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}