TinyURL Pro

TinyURL - Convert long website links to short

Apa itu TinyURL Pro?

TinyURL Pro adalah ekstensi Chrome yang dikembangkan oleh Clark, dan fitur utamanya adalah "TinyURL - Convert long website links to short".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TinyURL Pro

Unduh file ekstensi TinyURL Pro 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

                        TinyURL Pro - The Finest URL Shortening Service

TOP Features:
- Absolutely FREE
- No sign-up or login required
- Just one-click to get short URL
- Auto-copy the short URL to clipboard 
- Sharing over social networks [Soon..]
- Context Menu for direct links and selected text(auto-extract first link)
- Notifications to sharing critical updates
- Other features coming soon…

For any issues, errors, bugs and enhancements, please contact us at - http://tiny.cc/exthelp

* No adware.  No spyware.  No walmare.                    

Informasi Dasar Ekstensi

Nama TinyURL Pro TinyURL Pro
ID daocanafelgllopgddpchjaoldiinoob
URL Resmi https://chromewebstore.google.com/detail/tinyurl-pro/daocanafelgllopgddpchjaoldiinoob
Deskripsi TinyURL - Convert long website links to short
Ukuran File 96.25 KB
Jumlah Instalasi 6,705
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2020-12-26
Tanggal Publikasi 2019-12-29
Penilaian 4.92/5 Total 26 Penilaian
Pengembang Clark
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://hybridapps.net/exttiny.html
URL Halaman Bantuan https://hybridapps.net/exttiny.html
URL Halaman Kebijakan Privasi https://dsnet.bitbucket.io/apps/privacypolicy-v2.htm
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TinyURL Pro",
    "short_name": "TinyURL Shortener",
    "version": "1.1.0",
    "description": "TinyURL - Convert long website links to short",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "TinyURL - URL Shortener",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}