Dongrami

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

Dongramiคืออะไร?

Dongrami เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 가을별 และคุณลักษณะหลักของมันคือ "Dongrami(동그라미)는 트위터의 서클기능을 임의로 활성화합니다."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dongrami

ดาวน์โหลดไฟล์ส่วนขยาย Dongrami ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dongrami Dongrami
ID eapbebhadjfifipfnhnmmmfdddmpekph
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/dongrami/eapbebhadjfifipfnhnmmmfdddmpekph
คำอธิบาย Dongrami(동그라미)는 트위터의 서클기능을 임의로 활성화합니다.
ขนาดไฟล์ 20.13 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2022-08-20
วันที่เผยแพร่ 2022-08-20
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา 가을별
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://gist.github.com/gaeulbyul/25b3a4abfdd91a32d98a5bbe78769f2d
ภาษาที่รองรับ 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"
            ]
        }
    ]
}