Bingosync+

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

Bingosync+ क्या है?

Bingosync+ Papaccino द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides multiple improvements to Bingosync.com. Notably: Theming, Integrated Timer, Anti-stars, Translation, and more!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bingosync+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}