Preview Short URLs
Stop short URL abuse by previewing the URL automatically before visiting it.
Apa itu Preview Short URLs?
Preview Short URLs adalah ekstensi Chrome yang dikembangkan oleh azelphur, dan fitur utamanya adalah "Stop short URL abuse by previewing the URL automatically before visiting it.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Preview Short URLs
Unduh file ekstensi Preview Short URLs 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
This addon will show you a preview page clearly displaying the destination URL whenever you visit a shortened URL. Currently supports: bit.ly bitly.com tinyurl.com is.gd goo.gl Want support for more? Feel free to suggest something. :) Want to help out? This code is on github https://github.com/Azelphur/Preview-Short-URLs patches welcome! Feel free to drop by irc://irc.azelphur.com/#azelphur if you have any questions.
Informasi Dasar Ekstensi
Nama | Preview Short URLs |
ID | lhnpeajamdliepjblldlghmpkohfjakb |
URL Resmi | https://chromewebstore.google.com/detail/preview-short-urls/lhnpeajamdliepjblldlghmpkohfjakb |
Deskripsi | Stop short URL abuse by previewing the URL automatically before visiting it. |
Ukuran File | 11.33 KB |
Jumlah Instalasi | 339 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2013-11-18 |
Tanggal Publikasi | 2013-11-18 |
Penilaian | 3.71/5 Total 7 Penilaian |
Pengembang | azelphur |
Tipe Pembayaran | free |
Situs Ekstensi | http://blog.azelphur.com |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Preview Short URLs", "description": "Stop short URL abuse by previewing the URL automatically before visiting it.", "version": "1.0", "author": "Alfie \"Azelphur\" Day", "homepage_url": "http:\/\/blog.azelphur.com\/", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/bit.ly\/*", "*:\/\/bitly.com\/*", "*:\/\/tinyurl.com\/*", "*:\/\/is.gd\/*", "*:\/\/goo.gl\/*" ], "icons": { "16": "icons\/icon128.png", "48": "icons\/icon128.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ] } } |