Skip Ads - Adblock Plus for Youtube
Auto skip ads when watching YouTube videos. Let YouTube no ads!
Skip Ads - Adblock Plus for Youtubeとは何ですか?
Skip Ads - Adblock Plus for Youtubeはadolfalbin6によって開発されたChromeの拡張機能で、その主な機能は「Auto skip ads when watching YouTube videos. Let YouTube no ads!」です。
拡張機能のスクリーンショット
Skip Ads - Adblock Plus for Youtube拡張機能のCRXファイルをダウンロード
Skip Ads - Adblock Plus for Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
There are too many annoying ads on Youtube™ that interrupt us when watching videos. How to get rid of youtube ads? This adblocker extension can remove YouTube™ ads. Automatically skips upcoming ads and enhances the viewing experience.
Feature:
-> Automatically skips annoying ads
-> Block pre-rolls and insertion of video ads on the youtube™ platform.
-> Block ads on external websites that embed youtube™ videos. 拡張機能の基本情報
| 名前 | |
| ID | cidhcmobnhpfabnklkacinjcobbadabh |
| 公式URL | https://chromewebstore.google.com/detail/skip-ads-adblock-plus-for/cidhcmobnhpfabnklkacinjcobbadabh |
| 説明 | Auto skip ads when watching YouTube videos. Let YouTube no ads! |
| ファイルサイズ | 420 KB |
| インストール数 | 159 |
| 現在のバージョン | 1.0.6 |
| 最終更新日 | 2022-10-13 |
| 公開日 | 2022-09-29 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | adolfalbin6 |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://extensiondock.com/privacy |
| 対応言語 | id,de,en,en-GB,en-US,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appTitle__",
"description": "__MSG_appDescription__",
"default_locale": "en",
"version": "1.0.6",
"manifest_version": 3,
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/skip-ads-adblock-plus-for-youtube\/cidhcmobnhpfabnklkacinjcobbadabh?utm_medium=extension&utm_source=youtube_adblock",
"content_scripts": [
{
"all_frames": true,
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"js\/content-script.js"
],
"run_at": "document_start"
}
],
"icons": {
"128": "icons\/ys.png"
},
"permissions": [
"declarativeNetRequest",
"storage"
],
"host_permissions": [
" | |