Dongrami

Dongrami(동그라미)는 트위터의 서클기능을 임의로 활성화합니다.

Cos'è Dongrami?

Dongrami è un'estensione di Chrome sviluppata da 가을별, e la sua funzione principale è "Dongrami(동그라미)는 트위터의 서클기능을 임의로 활성화합니다.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dongrami

Scarica i file di estensione Dongrami in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Dongrami(동그라미)는 트위터의 서클기능을 임의로 활성화해주는 확장기능입니다. 설치 후 열려있던 트위터 탭은 새로고침 해주세요.

주의: 트위터의 서클은 아직 모든 유저에게 공개된 기능이 아니며, 사전 예고없이 확장기능의 작동이 멈출 수도 있습니다.                    

Informazioni di Base sull'Estensione

Nome Dongrami Dongrami
ID eapbebhadjfifipfnhnmmmfdddmpekph
URL Ufficiale https://chrome.google.com/webstore/detail/dongrami/eapbebhadjfifipfnhnmmmfdddmpekph
Descrizione Dongrami(동그라미)는 트위터의 서클기능을 임의로 활성화합니다.
Dimensione del File 20.13 KB
Conteggio Installazioni 3,000
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2022-08-20
Data di Pubblicazione 2022-08-20
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore 가을별
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://gist.github.com/gaeulbyul/25b3a4abfdd91a32d98a5bbe78769f2d
Lingue Supportate ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Dongrami(\ub3d9\uadf8\ub77c\ubbf8)\ub294 \ud2b8\uc704\ud130\uc758 \uc11c\ud074\uae30\ub2a5\uc744 \uc784\uc758\ub85c \ud65c\uc131\ud654\ud569\ub2c8\ub2e4.",
    "manifest_version": 3,
    "name": "Dongrami",
    "author": "Gaeulbyul ",
    "version": "0.0.0.1",
    "version_name": "0.0.0.1 [MV3]",
    "homepage_url": "https:\/\/github.com\/gaeulbyul\/Dongrami",
    "icons": {
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "host_permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/mobile.twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.twitter.com\/about",
                "https:\/\/*.twitter.com\/download",
                "https:\/\/*.twitter.com\/intent\/*",
                "https:\/\/*.twitter.com\/privacy",
                "https:\/\/*.twitter.com\/tos",
                "https:\/\/*.twitter.com\/*\/privacy",
                "https:\/\/*.twitter.com\/*\/tos"
            ],
            "run_at": "document_idle",
            "js": [
                "loader.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "resources": [
                "dongrami.js"
            ]
        }
    ]
}