Undirect
Removes link tracking and redirection from facebook results
Apa itu Undirect?
Undirect adalah ekstensi Chrome yang dikembangkan oleh xwipeoutx, dan fitur utamanya adalah "Removes link tracking and redirection from facebook results".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Undirect
Unduh file ekstensi Undirect dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
UPDATE: Removed Google support as they changed their tracking to no longer use redirects - thus making this extension pointless for it. see https://github.com/xwipeoutx/undirect/issues/13 for more info. Have you ever tried to copy a url from Facebook search and got a massive redirect url instead? Do you want them to know exactly what search results you're clicking? Have you seen your browser stuck at a redirect page, instead of going straight where you want to? Undirect can fix these things! Links on Facebook search results will no longer do any redirecting - go straight to the site you want, first time! Supports both HTTP and HTTPS. View the project page on GitHub: https://github.com/xwipeoutx/undirect
Informasi Dasar Ekstensi
Nama | Undirect |
ID | dohbiijnjeiejifbgfdhfknogknkglio |
URL Resmi | https://chromewebstore.google.com/detail/undirect/dohbiijnjeiejifbgfdhfknogknkglio |
Deskripsi | Removes link tracking and redirection from facebook results |
Ukuran File | 15.96 KB |
Jumlah Instalasi | 2,359 |
Versi Saat Ini | 2.0.0 |
Terakhir Diperbarui | 2018-12-04 |
Tanggal Publikasi | 2018-12-04 |
Penilaian | 4.33/5 Total 70 Penilaian |
Pengembang | xwipeoutx |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/xwipeoutx/undirect |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Undirect", "version": "2.0.0", "author": "Steve Leigh", "homepage_url": "https:\/\/github.com\/xwipeoutx\/undirect", "description": "Removes link tracking and redirection from facebook results", "icons": { "16": "undirect16.png", "48": "undirect48.png", "128": "undirect128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "undirect.js" ] } ] } |