Device reset

Delete Cookies for 42Q Emulator

什么是Device reset?

Device reset是由gdl1.share开发的Chrome扩展程序,该扩展的主要功能是“Delete Cookies for 42Q Emulator”。

扩展截图

screenshot

下载Device reset扩展crx文件

下载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
}