Device reset

Delete Cookies for 42Q Emulator

Device reset là gì?

Device reset là một tiện ích mở rộng Chrome được phát triển bởi gdl1.share, và tính năng chính của nó là "Delete Cookies for 42Q Emulator".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Device reset

Tải xuống các tệp mở rộng Device reset dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Remove certain 42Q Cookies.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Device reset Device reset
ID pmdjmphjefgcgkkcdhblbhfamihcaonl
URL Chính Thức https://chrome.google.com/webstore/detail/device-reset/pmdjmphjefgcgkkcdhblbhfamihcaonl
Mô tả Delete Cookies for 42Q Emulator
Kích Thước Tệp 63.05 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-04-03
Ngày Phát Hành 2019-04-03
Nhà Phát Triển gdl1.share
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}