Change Timezone for Google Chrome™

FREE! This extension changes the browser time zone defined by the user.

Cos'è Change Timezone for Google Chrome™?

Change Timezone for Google Chrome™ è un'estensione di Chrome sviluppata da https://change-timezone.pdfwork.com, e la sua funzione principale è "FREE! This extension changes the browser time zone defined by the user.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Change Timezone for Google Chrome™

Scarica i file di estensione Change Timezone for Google Chrome™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Change your timezone and protect your privacy today.

Want a simple and effective method of protecting your privacy when you are surfing the Internet?

To change your timezone, simply go to the options page. Our extension will list out the current times for different countries/timezones.

Simply choose one of these time zones and then reload your browser. Once you install this extension, the website will not know which timezone you are in, protect
your privacy while you are surfing the Internet.                    

Informazioni di Base sull'Estensione

Nome Change Timezone for Google Chrome™ Change Timezone for Google Chrome™
ID cejckpjfigehbeecbbfhangbknpidcnh
URL Ufficiale https://chromewebstore.google.com/detail/change-timezone-for-googl/cejckpjfigehbeecbbfhangbknpidcnh
Descrizione FREE! This extension changes the browser time zone defined by the user.
Dimensione del File 224 KB
Conteggio Installazioni 24,896
Versione Corrente 3.0.0
Ultimo Aggiornamento 2023-10-18
Data di Pubblicazione 2021-01-16
Valutazione 3.75/5 Totale 71 Valutazioni
Sviluppatore https://change-timezone.pdfwork.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://change-timezone.pdfwork.com/
URL della Pagina della Politica sulla Privacy https://delete-all-messages-for-facebook.freebusinessapps.net/privacy-policy
Lingue Supportate id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/bg-worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "data\/inject.js"
            ],
            "match_about_blank": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/data\/inject-content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "icons": {
        "128": "data\/icons\/icon-128.png",
        "16": "data\/icons\/icon-16.png",
        "256": "data\/icons\/icon-256.png",
        "32": "data\/icons\/icon-32.png",
        "48": "data\/icons\/icon-48.png",
        "512": "data\/icons\/icon-512.png",
        "64": "data\/icons\/icon-64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "version": "3.0.0",
    "action": {
        "default_icon": {
            "128": "data\/icons\/icon-128.png",
            "16": "data\/icons\/icon-16.png",
            "256": "data\/icons\/icon-256.png",
            "32": "data\/icons\/icon-32.png",
            "48": "data\/icons\/icon-48.png",
            "512": "data\/icons\/icon-512.png",
            "64": "data\/icons\/icon-64.png"
        },
        "default_popup": "data\/popup\/index.html"
    },
    "homepage_url": "https:\/\/change-timezone.pdfwork.com\/"
}