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