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은(는) https://frienddl.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tool to find friends in public rooms on skribbl.io and keep track of high scores"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

frienddl.io - friend finder & score keeper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 frienddl.io - friend finder & score keeper frienddl.io - friend finder & score keeper
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"
    ]
}