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!”。
扩展截图
下载Bingosync+扩展crx文件
下载Bingosync+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
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'" } |