Candy Crush Saga New Tab & Game

Candy crush saga is played by combining at least 3 candies of the same color and shape and bursting them.

Vad är Candy Crush Saga New Tab & Game?

Candy Crush Saga New Tab & Game är en Chrome-tillägg utvecklad av Smart Chrome, och dess huvudfunktion är "Candy crush saga is played by combining at least 3 candies of the same color and shape and bursting them.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Candy Crush Saga New Tab & Game-förlängningens CRX-fil

Ladda ner Candy Crush Saga New Tab & Game-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        The world's most popular mobile game Candy Crush Saga is now on Google Chrome. You can quickly enter the Candy Crush Saga game by downloading the extension specially prepared for Chrome. Just click the shortcut icon. That is all. Good luck.                    

Grundläggande Information om Tillägg

Namn Candy Crush Saga New Tab & Game Candy Crush Saga New Tab & Game
ID aikbbddbanlccgiopnhhemdjpdilbijc
Officiell webbadress https://chrome.google.com/webstore/detail/candy-crush-saga-new-tab/aikbbddbanlccgiopnhhemdjpdilbijc
Beskrivning Candy crush saga is played by combining at least 3 candies of the same color and shape and bursting them.
Filstorlek 7.82 MB
Antal Installationer 1,000
Aktuell Version 2.1
Senast Uppdaterad 2022-03-21
Publiceringsdatum 2022-03-21
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Smart Chrome
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://gameograf.com/privacy-policy
Stödda Språk en
manifest.json
{
    "author": "gameograf",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "manifest_version": 3,
    "default_locale": "en",
    "version": "2.1",
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": {
            "128": "img\/icon128.png"
        }
    },
    "background": {
        "service_worker": "js\/bg.js"
    },
    "icons": {
        "128": "img\/icon128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}