AdFly Skipper

Skip AdF.ly shortened links

AdFly Skipperคืออะไร?

AdFly Skipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย scarlettrobinson0001 และคุณลักษณะหลักของมันคือ "Skip AdF.ly shortened links"

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

screenshot
screenshot

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

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

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

                        This extension skips AdF.ly links, sending you to the content you want. You no longer have to wait when you click an AdF.ly url.                    

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

ชื่อ AdFly Skipper AdFly Skipper
ID obnfifcganohemahpomajbhocfkdgmjb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adfly-skipper/obnfifcganohemahpomajbhocfkdgmjb
คำอธิบาย Skip AdF.ly shortened links
ขนาดไฟล์ 665 KB
จำนวนการติดตั้ง 165,611
เวอร์ชันปัจจุบัน 4.3.0
อัปเดตครั้งล่าสุด 2022-03-16
วันที่เผยแพร่ 2020-05-23
คะแนน 4.17/5 รวมทั้งหมด 1605 คะแนน
ผู้พัฒนา scarlettrobinson0001
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.adflyskipper.com/
URL หน้าช่วยเหลือ https://www.adflyskipper.com/privacy-policy
URL หน้านโยบายความเป็นส่วนตัว https://www.adflyskipper.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "\/img\/icon-button.png",
        "default_popup": "\/html\/popup.html"
    },
    "background": {
        "scripts": [
            "\/js\/bg.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Skip AdF.ly shortened links",
    "icons": {
        "128": "\/img\/icon-128.png",
        "16": "\/img\/icon-16.png",
        "48": "\/img\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "AdFly Skipper",
    "short_name": "AdFly Skipper",
    "version": "4.3.0"
}