iSnatch

Theres something behind the curtain!

iSnatchคืออะไร?

iSnatch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Renbo Design และคุณลักษณะหลักของมันคือ "Theres something behind the curtain!"

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

screenshot

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

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

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

                        Features:

- Removes the overlay for restocking and maintenance
- Removes the time out redirect                    

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

ชื่อ iSnatch iSnatch
ID cemfeombiadngbmpnbecdaladbdkffnj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/isnatch/cemfeombiadngbmpnbecdaladbdkffnj
คำอธิบาย Theres something behind the curtain!
ขนาดไฟล์ 7.71 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.02
อัปเดตครั้งล่าสุด 2020-02-26
วันที่เผยแพร่ 2020-02-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Renbo Design
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://moreba.club/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iSnatch",
    "version": "1.02",
    "description": "Theres something behind the curtain!",
    "icons": {
        "128": "isnatchlogo.png"
    },
    "web_accessible_resources": [
        "*.css",
        "*.js",
        "*.png",
        "*.gif",
        "*.jpg",
        "cached\/*",
        "fonts\/*",
        "images\/*"
    ],
    "permissions": [
        "*:\/\/*.icatch-online.com\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "servemoddedfiles.js"
        ]
    },
    "browser_action": {
        "default_title": "Change Options for isnatch",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.icatch-online.com\/booths\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "js": [
                "bootstrap.js"
            ]
        }
    ]
}