Anti Slack Redirect

Converts slack redirect urls to real urls.

Anti Slack Redirectคืออะไร?

Anti Slack Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.rhystyers.com และคุณลักษณะหลักของมันคือ "Converts slack redirect urls to real urls."

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

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

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

                        This extension will take Slack redirect URLs and convert them back to real URLs.

A use case for this is that the slack-redir.net domain is blocked behind many corporate proxies, but Slack itself making sharing links a frustrating experience.                    

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

ชื่อ Anti Slack Redirect Anti Slack Redirect
ID hlgocpefcbeojpdbkaclcgamdbjjlccg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anti-slack-redirect/hlgocpefcbeojpdbkaclcgamdbjjlccg
คำอธิบาย Converts slack redirect urls to real urls.
ขนาดไฟล์ 60.53 KB
จำนวนการติดตั้ง 129
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2018-01-31
วันที่เผยแพร่ 2018-01-31
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.rhystyers.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti Slack Redirect",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Converts slack redirect urls to real urls.",
    "homepage_url": "https:\/\/www.github.com\/rhyst",
    "background": {
        "scripts": [
            "src\/redir.js"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/slack-redir.net\/*"
    ]
}