Wider Economist Article
Default Economist article pages is two narrow when you blocked ads (even to a subscriber).
什么是Wider Economist Article?
Wider Economist Article是由leelejia开发的Chrome扩展程序,该扩展的主要功能是“Default Economist article pages is two narrow when you blocked ads (even to a subscriber).”。
扩展截图
下载Wider Economist Article扩展crx文件
下载Wider Economist Article扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Default Economist article pages is two narrow when you blocked ads (even to a subscriber). Make it to 90% width.
扩展基本信息
名称 | Wider Economist Article |
ID | pfjbembfhnbecnaggngpkdkfgenmnlmc |
官方URL | https://chromewebstore.google.com/detail/wider-economist-article/pfjbembfhnbecnaggngpkdkfgenmnlmc |
简介 | Default Economist article pages is two narrow when you blocked ads (even to a subscriber). |
文件大小 | 19.17 KB |
安装次数 | 110 |
当前版本 | 1.0 |
更新时间 | 2019-03-31 |
上架时间 | 2019-03-31 |
开发者 | leelejia |
付费类型 | free |
支持的语言 | 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 } |