Wider Economist Article
Default Economist article pages is two narrow when you blocked ads (even to a subscriber).
Cos'è Wider Economist Article?
Wider Economist Article è un'estensione di Chrome sviluppata da leelejia, e la sua funzione principale è "Default Economist article pages is two narrow when you blocked ads (even to a subscriber).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wider Economist Article
Scarica i file di estensione Wider Economist Article 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
Default Economist article pages is two narrow when you blocked ads (even to a subscriber). Make it to 90% width.
Informazioni di Base sull'Estensione
Nome | Wider Economist Article |
ID | pfjbembfhnbecnaggngpkdkfgenmnlmc |
URL Ufficiale | https://chromewebstore.google.com/detail/wider-economist-article/pfjbembfhnbecnaggngpkdkfgenmnlmc |
Descrizione | Default Economist article pages is two narrow when you blocked ads (even to a subscriber). |
Dimensione del File | 19.17 KB |
Conteggio Installazioni | 110 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-03-31 |
Data di Pubblicazione | 2019-03-31 |
Sviluppatore | leelejia |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wider Economist Article", "version": "1.0", "description": "Default Economist article pages is two narrow when you blocked ads (even to a subscriber).", "content_scripts": [ { "matches": [ "https:\/\/www.economist.com\/*" ], "css": [ "wider.css" ] } ], "icons": { "16": "wider16.png", "48": "wider48.png", "128": "wider128.png" }, "permissions": [ "activeTab" ], "manifest_version": 2 } |