NoAdsPlease
No Ads Please extension will help you watching YouTube videos without annoying advertising
NoAdsPleaseとは何ですか?
NoAdsPleaseはQAProviderによって開発されたChromeの拡張機能で、その主な機能は「No Ads Please extension will help you watching YouTube videos without annoying advertising」です。
拡張機能のスクリーンショット
NoAdsPlease拡張機能のCRXファイルをダウンロード
NoAdsPlease拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- Hide text adverts - Skip video adverts More info: https://noadsplease.com From 22.10.2019 it is fully FREE!
拡張機能の基本情報
名前 | NoAdsPlease |
ID | fgdimckjdalgmlobjacingiiihfpnlnn |
公式URL | https://chromewebstore.google.com/detail/noadsplease/fgdimckjdalgmlobjacingiiihfpnlnn |
説明 | No Ads Please extension will help you watching YouTube videos without annoying advertising |
ファイルサイズ | 129 KB |
インストール数 | 86 |
現在のバージョン | 0.2 |
最終更新日 | 2019-10-22 |
公開日 | 2019-10-22 |
評価 | 4.25/5 合計 4 レビュー |
開発者 | QAProvider |
支払い方法 | free |
拡張機能のウェブサイト | https://noadsplease.com |
ヘルプページのURL | https://noadsplease.com/help |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NoAdsPlease", "version": "0.2", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js", "eventPages.js" ], "persistent": false }, "permissions": [ "https:\/\/*.youtube.com\/*", "*:\/\/*.noadsplease.com\/*", "activeTab", "storage" ], "description": "No Ads Please extension will help you watching YouTube videos without annoying advertising", "icons": { "128": "mynoads.png" }, "browser_action": { "default_icon": "mynoads.png", "default_popup": "popup.html" } } |