Dcard Disabler

This extension disables dcard button

Dcard Disabler란 무엇입니까?

Dcard Disabler은(는) yupog2003에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension disables dcard button"입니다.

확장 프로그램 스크린샷

screenshot

Dcard Disabler 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        在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"
    }
}