Articulate
Get rid of paywall and adblocker popups on websites!
Articulateとは何ですか?
ArticulateはWoodywoodyによって開発されたChromeの拡張機能で、その主な機能は「Get rid of paywall and adblocker popups on websites!」です。
拡張機能のスクリーンショット
Articulate拡張機能のCRXファイルをダウンロード
Articulate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get rid of paywall and adblocker popups on websites! Simply click on the extension icon and see the magic happen! Note: This extension work by getting rid of generic popups, but due to the unpredictable nature of how different developers may implement their popup, there will be cases where this extension does not work. It may also impact your browsing experience.
拡張機能の基本情報
名前 | Articulate |
ID | nmjelpbdlokcmojoiaalhnbcffnmmgmd |
公式URL | https://chromewebstore.google.com/detail/articulate/nmjelpbdlokcmojoiaalhnbcffnmmgmd |
説明 | Get rid of paywall and adblocker popups on websites! |
ファイルサイズ | 10.51 KB |
インストール数 | 372 |
現在のバージョン | 1.2 |
最終更新日 | 2020-09-09 |
公開日 | 2020-09-07 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Woodywoody |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Articulate", "version": "1.2", "description": "Get rid of paywall and adblocker popups on websites!", "browser_action": { "default_icon": "icon16.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "content.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |