DirectLinks

Makes indirect links on Google and Facebook direct.

ما هو DirectLinks؟

DirectLinks هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Makes indirect links on Google and Facebook direct.".

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

screenshot

تحميل ملف CRX للإضافة DirectLinks

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

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

                        This extension circumvents certain techniques used by Google and Facebook to track link clicks.

When you click a link in Google search results, Google uses JavaScript to replace the actual link with an indirect one, which they use for click tracking. Google then redirects the browser to the actual destination after logging the click. DirectLinks disables the JavaScript that replaces real links with indirect ones, so that when you click a search result link, Safari goes straight to the destination.

The extension does something similar for links in Facebook posts: it removes JavaScript that Facebook uses to track clicks on these links.                    

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

الاسم DirectLinks DirectLinks
ID jmmlehkhepchhogkchmcmkedebfaebia
عنوان URL الرسمي https://chromewebstore.google.com/detail/directlinks/jmmlehkhepchhogkchmcmkedebfaebia
الوصف Makes indirect links on Google and Facebook direct.
حجم الملف 227 KB
عدد التثبيتات 191
النسخة الحالية 2.0
آخر تحديث 2018-09-12
تاريخ النشر 2018-09-12
تقييم 5.00/5 مجموع تقييمات 2
المطور Unknown
نوع الدفع free
موقع الإضافة https://github.com/au5ton/DirectLinks
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DirectLinks",
    "version": "2.0",
    "description": "Makes indirect links on Google and Facebook direct.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injected.js"
            ]
        }
    ]
}