Dcard Disabler

This extension disables dcard button

什么是Dcard Disabler?

Dcard Disabler是由yupog2003开发的Chrome扩展程序,该扩展的主要功能是“This extension disables dcard button”。

扩展截图

screenshot

下载Dcard Disabler扩展crx文件

下载Dcard Disabler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        在Dcard中當你不想抽卡卻想看校園聊天時,會誤觸Dcard按鈕而又重新開卡嗎?這個擴充套件可以幫助你
安裝之後,點下Dcard按鈕會彈出一個確認的對話框,以減低誤開卡的機會

開放原始碼專案:https://github.com/yupog2003/DcardDisabler                    

扩展基本信息

名称 Dcard Disabler Dcard Disabler
ID llnibcinnjhpoiogfpfbeddoolenibam
官方URL https://chrome.google.com/webstore/detail/dcard-disabler/llnibcinnjhpoiogfpfbeddoolenibam
简介 This extension disables dcard button
文件大小 51.72 KB
安装次数 18
当前版本 1.11
更新时间 2015-06-13
上架时间 2015-06-13
评分 5.00/5 共1次评分
开发者 yupog2003
付费类型 free
扩展官网 https://github.com/yupog2003/DcardDisabler
支持的语言 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dcard Disabler",
    "description": "This extension disables dcard button",
    "version": "1.11",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.dcard.tw\/*"
            ],
            "js": [
                "disable.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}