Cookie Clicker Cloud
Sync your CookieClicker Game around the browsers!
Cookie Clicker Cloud란 무엇입니까?
Cookie Clicker Cloud은(는) timia2109에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sync your CookieClicker Game around the browsers!"입니다.
확장 프로그램 스크린샷
Cookie Clicker Cloud 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Cookie Clicker Cloud is an Webextension which allows you to sync your CookieClicker game with other browsers and to backup your savegame. You can save as many games you want :) CCC is free to use and will stay free. You savegame is located on an own server, where nobody has access. An free account is required for use. This is a free time project.
확장 프로그램 기본 정보
이름 | Cookie Clicker Cloud |
ID | hnceefdiodbfhfjfpjkkkfcdlejcopfh |
공식 URL | https://chromewebstore.google.com/detail/cookie-clicker-cloud/hnceefdiodbfhfjfpjkkkfcdlejcopfh |
설명 | Sync your CookieClicker Game around the browsers! |
파일 크기 | 279 KB |
설치 횟수 | 1,413 |
현재 버전 | 2.3.2 |
최근 업데이트 | 2020-09-17 |
출시 날짜 | 2019-10-08 |
평점 | 4.00/5 총 8 개의 평점 |
개발자 | timia2109 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://cc.timia2109.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie Clicker Cloud", "description": "Sync your CookieClicker Game around the browsers!", "version": "2.3.2", "browser_specific_settings": { "gecko": { "id": "{43119472-cde4-4074-ac7c-0d0c91e560ca}" } }, "icons": { "16": "imgs\/Logo16.png", "48": "imgs\/Logo48.png", "128": "imgs\/Logo128.png" }, "browser_action": { "default_icon": "imgs\/Logo48.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/vendor.js", "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/orteil.dashnet.org\/cookieclicker\/", "http:\/\/orteil.dashnet.org\/cookieclicker\/beta\/", "https:\/\/orteil.dashnet.org\/cookieclicker\/", "https:\/\/orteil.dashnet.org\/cookieclicker\/beta\/", "https:\/\/cookieclicker.eu\/cookieclicker\/", "https:\/\/cookieclicker.eu\/cookieclicker\/beta\/", "http:\/\/cookieclicker.eu\/cookieclicker\/", "http:\/\/cookieclicker.eu\/cookieclicker\/beta" ], "js": [ "js\/vendor.js", "js\/content_script_cc.js" ] }, { "matches": [ "https:\/\/coderpatsy.bitbucket.io\/cookies\/editor.html" ], "js": [ "js\/vendor.js", "js\/patsyEditor.js" ] } ], "permissions": [ "activeTab", "storage", "contextMenus", "https:\/\/cc.timia2109.com\/*", "http:\/\/orteil.dashnet.org\/cookieclicker\/*", "https:\/\/orteil.dashnet.org\/cookieclicker\/*", "https:\/\/cookieclicker.eu\/cookieclicker\/*", "http:\/\/cookieclicker.eu\/cookieclicker\/*" ], "web_accessible_resources": [ "js\/vendor.js", "js\/inject_cc.js", "js\/style.js", "js\/docs.js", "patsyEditor.css", "docs\/*" ], "short_name": "CCC" } |