frienddl.io - friend finder & score keeper
Tool to find friends in public rooms on skribbl.io and keep track of high scores
frienddl.io - friend finder & score keeperคืออะไร?
frienddl.io - friend finder & score keeper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://frienddl.io และคุณลักษณะหลักของมันคือ "Tool to find friends in public rooms on skribbl.io and keep track of high scores"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย frienddl.io - friend finder & score keeper
ดาวน์โหลดไฟล์ส่วนขยาย frienddl.io - friend finder & score keeper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will *not* be updated anymore as I believe Manifest V3 is clearly bad for consumers. Read more here: https://www.eff.org/deeplinks/2021/12/googles-manifest-v3-still-hurts-privacy-security-innovation
Features
- Clean and easy to understand user interface
- All data is stored on your machine and isn't collected
- Available in EN and FR
- Monitors your score as you earn points in games
- Switch to manual mode to update it yourself
- Shows your all-time high score as well as 1, 7, and 30 day high scores
- Shows the total amount of points you've earned as well as 1, 7, and 30 day totals
- Shows your current name and avatar
- Option to reset your data to give yourself a clean slate
Friend Finder
This extension is no longer necessary to find your friends. Inviting a friend is now natively supported. Join a game, click your player icon, then select "Click to copy Invite" and send it to your friends. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | bmadghlcpopfbnfcpmicdoafognfbhmm |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/frienddlio-friend-finder/bmadghlcpopfbnfcpmicdoafognfbhmm |
| คำอธิบาย | Tool to find friends in public rooms on skribbl.io and keep track of high scores |
| ขนาดไฟล์ | 178 KB |
| จำนวนการติดตั้ง | 2,929 |
| เวอร์ชันปัจจุบัน | 2.0.2 |
| อัปเดตครั้งล่าสุด | 2023-08-19 |
| วันที่เผยแพร่ | 2020-07-14 |
| คะแนน | 2.09/5 รวมทั้งหมด 11 คะแนน |
| ผู้พัฒนา | https://frienddl.io |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://frienddl.io |
| URL หน้าช่วยเหลือ | https://frienddl.io/support |
| ภาษาที่รองรับ | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extensionName__",
"short_name": "frienddl.io",
"version": "2.0.2",
"version_name": "2.0.2",
"manifest_version": 2,
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"browser_action": {
"default_popup": "html\/popup.html",
"default_title": "frienddl.io"
},
"content_scripts": [
{
"matches": [
"*:\/\/skribbl.io\/",
"*:\/\/skribbl.io\/*"
],
"js": [
"js\/jquery-3.5.1.min.js",
"js\/content.js"
]
}
],
"background": {
"scripts": [
"js\/background.js"
]
},
"icons": {
"16": "img\/favicon\/favicon-16x16.png",
"32": "img\/favicon\/favicon-32x32.png",
"48": "img\/favicon\/favicon.ico",
"96": "img\/favicon\/favicon-96x96.png",
"128": "img\/favicon\/favicon-128x128.png"
},
"permissions": [
"storage"
]
} | |