Device reset

Delete Cookies for 42Q Emulator

Device resetคืออะไร?

Device reset เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gdl1.share และคุณลักษณะหลักของมันคือ "Delete Cookies for 42Q Emulator"

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

screenshot

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

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

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

                        Remove certain 42Q Cookies.                    

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

ชื่อ Device reset Device reset
ID pmdjmphjefgcgkkcdhblbhfamihcaonl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/device-reset/pmdjmphjefgcgkkcdhblbhfamihcaonl
คำอธิบาย Delete Cookies for 42Q Emulator
ขนาดไฟล์ 63.05 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2019-04-03
วันที่เผยแพร่ 2019-04-03
ผู้พัฒนา gdl1.share
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Device reset",
    "version": "1.2",
    "description": "Delete Cookies for 42Q Emulator",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "cookies",
        "*:\/\/*.production.42-q.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/42q_16x16.png",
            "32": "images\/42q_32x32.png",
            "48": "images\/42q_48x48.png",
            "128": "images\/42q_128x128.png"
        }
    },
    "icons": {
        "16": "images\/42q_16x16.png",
        "32": "images\/42q_32x32.png",
        "48": "images\/42q_48x48.png",
        "128": "images\/42q_128x128.png"
    },
    "manifest_version": 2
}