Tally Saves the Internet!
Tally is a browser extension that transforms the data advertisers collect into a multiplayer game.
Tally Saves the Internet!란 무엇입니까?
Tally Saves the Internet!은(는) https://tallysavestheinternet.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tally is a browser extension that transforms the data advertisers collect into a multiplayer game."입니다.
확장 프로그램 스크린샷
Tally Saves the Internet! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tally is a browser extension that transforms data advertisers collect into a multiplayer game. Once installed, a friendly pink blob named Tally lives in the corner of your screen and warns you when companies translate your human experiences into free behavioral data. When Tally encounters “product monsters” (online trackers and their corresponding product marketing categories) you can capture them in a turn-based battle (e.g. “Pokémon style”) transforming the game into a progressive tracker blocker, where you earn the right to be let alone through this playful experience.
확장 프로그램 기본 정보
이름 | Tally Saves the Internet! |
ID | clidhbnhgfffjhooihemgfgmfhmojbfl |
공식 URL | https://chromewebstore.google.com/detail/tally-saves-the-internet/clidhbnhgfffjhooihemgfgmfhmojbfl |
설명 | Tally is a browser extension that transforms the data advertisers collect into a multiplayer game. |
파일 크기 | 39.38 MB |
설치 횟수 | 423 |
현재 버전 | 0.4.7 |
최근 업데이트 | 2022-06-21 |
출시 날짜 | 2020-08-17 |
평점 | 4.40/5 총 10 개의 평점 |
개발자 | https://tallysavestheinternet.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tallysavestheinternet.com/ |
도움말 페이지 URL | https://tallysavestheinternet.com/faq |
개인정보 보호 정책 페이지 URL | https://tallysavestheinternet.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tally Saves the Internet!", "short_name": "Tally Saves the Internet!", "description": "Tally is a browser extension that transforms the data advertisers collect into a multiplayer game.", "version": "0.4.7", "author": "Sneakaway Studio", "icons": { "16": "assets\/img\/icons\/tally_icon_16x16.png", "48": "assets\/img\/icons\/tally_icon_48x48.png", "128": "assets\/img\/icons\/tally_icon_128x128.png" }, "browser_action": { "default_icon": { "16": "assets\/img\/icons\/tally_icon_16x16.png", "48": "assets\/img\/icons\/tally_icon_48x48.png", "128": "assets\/img\/icons\/tally_icon_128x128.png" }, "default_title": "Tally", "default_popup": "assets\/pages\/popup\/popup.html" }, "background": { "scripts": [ "assets\/js\/background\/t.js", "assets\/js\/content\/debug.js", "assets\/libs\/jquery-3.6.0.min.js", "assets\/libs\/store2-2.13.1.js", "assets\/libs\/moment-2.29.0.js", "assets\/data\/game-data.js", "assets\/data\/monsters-by-tag.js", "assets\/data\/monsters-by-id.js", "assets\/data\/monster-data.js", "assets\/data\/attacks.js", "assets\/data\/attack-data.js", "assets\/data\/skins.js", "assets\/data\/skin-data.js", "assets\/js\/functions\/fs-objects.js", "assets\/js\/functions\/fs-dates.js", "assets\/js\/functions\/fs-environment.js", "assets\/js\/background\/bg-install.js", "assets\/js\/background\/bg-server.js", "assets\/js\/background\/bg-listener.js", "assets\/js\/background\/background.js" ] }, "content_scripts": [ { "matches": [ " |