RevealURL

Validate any shortURL with RevealURL

RevealURLคืออะไร?

RevealURL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sarathdamaraju2007 และคุณลักษณะหลักของมันคือ "Validate any shortURL with RevealURL "

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RevealURL

ดาวน์โหลดไฟล์ส่วนขยาย RevealURL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        "Never click a short-link without knowing it"

Use RevealURLs chrome plugin to know the safety of any short URL. Use this plugin to reveal, track  shortUrls right from your browser.

If you want to know more, visit https://revealurl.com to know about it.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RevealURL RevealURL
ID kcdinmkejhkfmpbkonnmlacolheplnck
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/revealurl/kcdinmkejhkfmpbkonnmlacolheplnck
คำอธิบาย Validate any shortURL with RevealURL
ขนาดไฟล์ 20.88 KB
จำนวนการติดตั้ง 110
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2019-08-25
วันที่เผยแพร่ 2019-08-25
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา sarathdamaraju2007
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://revealurl.xyz
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RevealURL",
    "version": "2.0.0",
    "description": "Validate any shortURL with RevealURL ",
    "permissions": [
        "contextMenus",
        "activeTab",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/images\/icon_16.png",
            "32": "assets\/images\/icon_32.png",
            "48": "assets\/images\/icon_48.png",
            "128": "assets\/images\/icon_128.png"
        }
    },
    "icons": {
        "16": "assets\/images\/icon_16.png",
        "32": "assets\/images\/icon_32.png",
        "48": "assets\/images\/icon_48.png",
        "128": "assets\/images\/icon_128.png"
    },
    "manifest_version": 2
}