Bingosync+

Provides multiple improvements to Bingosync.com. Notably: Theming, Integrated Timer, Anti-stars, Translation, and more!

Bingosync+란 무엇입니까?

Bingosync+은(는) Papaccino에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides multiple improvements to Bingosync.com. Notably: Theming, Integrated Timer, Anti-stars, Translation, and more!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Bingosync+ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension provides multiple improvements for Bingosync.com: custom color theming, an included timer, anti stars, screenshots, real-time indicators for multiple formats(Invasion, Draft, Row Control, and Clue), translation and goals re-arranging.                    

확장 프로그램 기본 정보

이름 Bingosync+ Bingosync+
ID hofapjdggopcbokpjhggekopkmmpgpkp
공식 URL https://chromewebstore.google.com/detail/bingosync+/hofapjdggopcbokpjhggekopkmmpgpkp
설명 Provides multiple improvements to Bingosync.com. Notably: Theming, Integrated Timer, Anti-stars, Translation, and more!
파일 크기 106 KB
설치 횟수 210
현재 버전 2.6.4
최근 업데이트 2023-09-06
출시 날짜 2020-06-28
평점 5.00/5 총 3 개의 평점
개발자 Papaccino
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/cyrillebenoit/bingosyncplus
도움말 페이지 URL https://twitter.com/papaccino_gg
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bingosync+",
    "version": "2.6.4",
    "description": "Provides multiple improvements to Bingosync.com. Notably: Theming, Integrated Timer, Anti-stars, Translation, and more!",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bingosync.com\/room\/*",
                "*:\/\/*.bingosync.bingothon.com\/room\/*",
                "*:\/\/*.bingo.saesr.events\/room\/*"
            ],
            "css": [
                "styles\/antistar.css",
                "styles\/clue.css",
                "styles\/invasion.css",
                "styles\/timer.css"
            ],
            "js": [
                "scripts\/loadLists.js",
                "scripts\/antistar.js",
                "scripts\/blinddraft.js",
                "scripts\/clue.js",
                "scripts\/draft.js",
                "scripts\/rowcontrol.js",
                "scripts\/invasion.js",
                "scripts\/ordering.js",
                "scripts\/timer.js",
                "scripts\/translate.js",
                "scripts\/theme.js",
                "scripts\/boardFunctions.js",
                "libraries\/dom-to-img.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "assets\/antistar.png"
    ],
    "page_action": {
        "default_title": "Bingosync+",
        "default_popup": "pageAction\/action.html",
        "default_icon": "icons\/48.png",
        "show_matches": [
            "*:\/\/*.bingosync.com\/room\/*",
            "*:\/\/*.bingosync.bingothon.com\/room\/*",
            "*:\/\/*.bingo.saesr.events\/room\/*"
        ]
    },
    "permissions": [
        "declarativeContent",
        "tabs",
        "https:\/\/raw.githubusercontent.com\/*",
        "clipboardWrite"
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/page.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'"
}