Wider Economist Article
Default Economist article pages is two narrow when you blocked ads (even to a subscriber).
What is Wider Economist Article?
Wider Economist Article is a Chrome extension developed by leelejia, and its main feature is "Default Economist article pages is two narrow when you blocked ads (even to a subscriber).".
Extension Screenshots
Download Wider Economist Article Extension CRX File
Download Wider Economist Article extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Default Economist article pages is two narrow when you blocked ads (even to a subscriber). Make it to 90% width.
Extension Basic Information
Name | Wider Economist Article |
ID | pfjbembfhnbecnaggngpkdkfgenmnlmc |
Official URL | https://chromewebstore.google.com/detail/wider-economist-article/pfjbembfhnbecnaggngpkdkfgenmnlmc |
Description | Default Economist article pages is two narrow when you blocked ads (even to a subscriber). |
File Size | 19.17 KB |
Installation Count | 110 |
Current Version | 1.0 |
Last Updated | 2019-03-31 |
Publish Date | 2019-03-31 |
Developer | leelejia |
Payment Type | free |
Supported Languages | 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 } |