Dcard Disabler

This extension disables dcard button

Co to jest Dcard Disabler?

Dcard Disabler to rozszerzenie Chrome opracowane przez yupog2003, a jego główną funkcją jest „This extension disables dcard button”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Dcard Disabler

Pobierz pliki rozszerzeń Dcard Disabler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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

Podstawowe informacje o rozszerzeniu

Nazwa Dcard Disabler Dcard Disabler
ID llnibcinnjhpoiogfpfbeddoolenibam
Oficjalny URL https://chrome.google.com/webstore/detail/dcard-disabler/llnibcinnjhpoiogfpfbeddoolenibam
Opis This extension disables dcard button
Rozmiar pliku 51.72 KB
Liczba instalacji 18
Aktualna Wersja 1.11
Ostatnia Aktualizacja 2015-06-13
Data Publikacji 2015-06-13
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper yupog2003
Typ Płatności free
Strona Rozszerzenia https://github.com/yupog2003/DcardDisabler
Obsługiwane Języki 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"
    }
}