Remove URL Transfer Everywhere

Remove URL Transfer everywhere with the rules you set

Cos'è Remove URL Transfer Everywhere?

Remove URL Transfer Everywhere è un'estensione di Chrome sviluppata da Hoothin, e la sua funzione principale è "Remove URL Transfer everywhere with the rules you set".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Remove URL Transfer Everywhere

Scarica i file di estensione Remove URL Transfer Everywhere 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.

Informazioni di Base sull'Estensione

Nome Remove URL Transfer Everywhere Remove URL Transfer Everywhere
ID iflffmccfajoabhllglecneiglakjgna
URL Ufficiale https://chromewebstore.google.com/detail/remove-url-transfer-every/iflffmccfajoabhllglecneiglakjgna
Descrizione Remove URL Transfer everywhere with the rules you set
Dimensione del File 118 KB
Conteggio Installazioni 2,755
Versione Corrente 1.2.8
Ultimo Aggiornamento 2021-11-26
Data di Pubblicazione 2018-07-31
Valutazione 2.57/5 Totale 44 Valutazioni
Sviluppatore Hoothin
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.2.8",
    "default_locale": "en",
    "manifest_version": 3,
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon\/icon128.png",
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png"
    },
    "action": {
        "default_icon": "favicon.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}