Wider Economist Article
Default Economist article pages is two narrow when you blocked ads (even to a subscriber).
Co to jest Wider Economist Article?
Wider Economist Article to rozszerzenie Chrome opracowane przez leelejia, a jego główną funkcją jest „Default Economist article pages is two narrow when you blocked ads (even to a subscriber).”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wider Economist Article
Pobierz pliki rozszerzeń Wider Economist Article w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Default Economist article pages is two narrow when you blocked ads (even to a subscriber). Make it to 90% width.
Podstawowe informacje o rozszerzeniu
Nazwa | Wider Economist Article |
ID | pfjbembfhnbecnaggngpkdkfgenmnlmc |
Oficjalny URL | https://chromewebstore.google.com/detail/wider-economist-article/pfjbembfhnbecnaggngpkdkfgenmnlmc |
Opis | Default Economist article pages is two narrow when you blocked ads (even to a subscriber). |
Rozmiar pliku | 19.17 KB |
Liczba instalacji | 110 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2019-03-31 |
Data Publikacji | 2019-03-31 |
Deweloper | leelejia |
Typ Płatności | free |
Obsługiwane Języki | 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 } |