Cookie Clicker Cloud

Sync your CookieClicker Game around the browsers!

Cookie Clicker Cloud là gì?

Cookie Clicker Cloud là một tiện ích mở rộng Chrome được phát triển bởi timia2109, và tính năng chính của nó là "Sync your CookieClicker Game around the browsers!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cookie Clicker Cloud

Tải xuống các tệp mở rộng Cookie Clicker Cloud dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cookie Clicker Cloud Cookie Clicker Cloud
ID hnceefdiodbfhfjfpjkkkfcdlejcopfh
URL Chính Thức https://chromewebstore.google.com/detail/cookie-clicker-cloud/hnceefdiodbfhfjfpjkkkfcdlejcopfh
Mô tả Sync your CookieClicker Game around the browsers!
Kích Thước Tệp 279 KB
Số Lần Cài Đặt 1,413
Phiên Bản Hiện Tại 2.3.2
Cập Nhật Lần Cuối 2020-09-17
Ngày Phát Hành 2019-10-08
Đánh Giá 4.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển timia2109
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cc.timia2109.com
Ngôn Ngữ Được Hỗ Trợ 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"
}