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 } |