Clash of Clans Tribute New Tab

A new tab tribute to the epic mobile game Clash of Clans!

Vad är Clash of Clans Tribute New Tab?

Clash of Clans Tribute New Tab är en Chrome-tillägg utvecklad av http://brandthunder.com, och dess huvudfunktion är "A new tab tribute to the epic mobile game Clash of Clans!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Clash of Clans Tribute New Tab-förlängningens CRX-fil

Ladda ner Clash of Clans Tribute New Tab-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

                        Customize your New Tab page for Chrome and enjoy Clash of Clans themed wallpaper images with every new tab.

This extension is for all you Clash of Clans fans out there. Enjoy this great Clash of Clans theme with every new tab you open.                    

Grundläggande Information om Tillägg

Namn Clash of Clans Tribute New Tab Clash of Clans Tribute New Tab
ID pbpbknpndjangnenefmkfppllnclldhg
Officiell webbadress https://chrome.google.com/webstore/detail/clash-of-clans-tribute-ne/pbpbknpndjangnenefmkfppllnclldhg
Beskrivning A new tab tribute to the epic mobile game Clash of Clans!
Filstorlek 58.82 KB
Antal Installationer 4,000
Aktuell Version 4.0.4.1
Senast Uppdaterad 2019-06-03
Publiceringsdatum 2019-06-03
Betyg 3.21/5 Totalt 895 Betyg
Utvecklare http://brandthunder.com
E-post [email protected]
Betalningssätt free
Hjälpsida URL http://support.brandthunder.com
URL till Sekretesspolicy Sidan http://brandthunder.com/privacy
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clash of Clans Tribute New Tab",
    "version": "4.0.4.1",
    "description": "A new tab tribute to the epic mobile game Clash of Clans!",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Clash of Clans Tribute New Tab",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "http:\/\/*.brandthunder.com\/*",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}