Dongrami

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

What is Dongrami?

Dongrami is a Chrome extension developed by 가을별, and its main feature is "Dongrami(동그라미)는 트위터의 서클기능을 임의로 활성화합니다.".

Extension Screenshots

screenshot

Download Dongrami Extension CRX File

Download Dongrami extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name Dongrami Dongrami
ID eapbebhadjfifipfnhnmmmfdddmpekph
Official URL https://chrome.google.com/webstore/detail/dongrami/eapbebhadjfifipfnhnmmmfdddmpekph
Description Dongrami(동그라미)는 트위터의 서클기능을 임의로 활성화합니다.
File Size 20.13 KB
Installation Count 3,000
Current Version 0.0.0.1
Last Updated 2022-08-20
Publish Date 2022-08-20
Rating 5.00/5 Total 4 Ratings
Developer 가을별
Email [email protected]
Payment Type free
Privacy Policy Page URL https://gist.github.com/gaeulbyul/25b3a4abfdd91a32d98a5bbe78769f2d
Supported Languages 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"
            ]
        }
    ]
}