Super flies

A fly will invade your website and then disappear

Super fliesคืออะไร?

Super flies เป็นส่วนขยายของ Chrome ที่พัฒนาโดย namdaik และคุณลักษณะหลักของมันคือ "A fly will invade your website and then disappear"

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

screenshot
screenshot

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

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

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

                        A funny widget. A fly will show up on your web and then disappear.                    

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

ชื่อ Super flies Super flies
ID caklloabpkalcbddamnocieihkkokknc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/super-flies/caklloabpkalcbddamnocieihkkokknc
คำอธิบาย A fly will invade your website and then disappear
ขนาดไฟล์ 918 KB
จำนวนการติดตั้ง 308
เวอร์ชันปัจจุบัน 0.0006
อัปเดตครั้งล่าสุด 2021-08-26
วันที่เผยแพร่ 2020-09-17
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา namdaik
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Super flies",
    "version": "0.0006",
    "manifest_version": 3,
    "description": "A fly will invade your website and then disappear",
    "icons": {
        "19": "\/assets\/images\/ruoi\/ruoi19.png",
        "128": "\/assets\/images\/ruoi\/ruoi128.png",
        "16": "\/assets\/images\/ruoi\/ruoi16.png",
        "38": "\/assets\/images\/ruoi\/ruoi38.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/libs\/jquery.js",
                "assets\/js\/client.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "\/assets\/images\/ruoi\/ruoi19.png",
        "default_popup": "pages\/options.html"
    },
    "options_page": "pages\/options.html",
    "permissions": [
        "storage",
        "activeTab"
    ]
}