Youtube Recommend Removal
Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!
Youtube Recommend Removalとは何ですか?
Youtube Recommend Removalはvector.micによって開発されたChromeの拡張機能で、その主な機能は「Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!」です。
Youtube Recommend Removal拡張機能のCRXファイルをダウンロード
Youtube Recommend Removal拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!
拡張機能の基本情報
名前 | |
ID | dijlhlnapjjambnbnochecfdobionjlf |
公式URL | https://chrome.google.com/webstore/detail/youtube-recommend-removal/dijlhlnapjjambnbnochecfdobionjlf |
説明 | Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared! |
ファイルサイズ | 67.24 KB |
インストール数 | 1,000 |
現在のバージョン | 1.0.1 |
最終更新日 | 2018-06-13 |
公開日 | 2018-06-13 |
評価 | 4.79/5 合計 109 レビュー |
開発者 | vector.mic |
支払い方法 | free |
拡張機能のウェブサイト | https://sgweb.vn/ |
対応言語 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Recommend Removal", "version": "1.0.1", "description": "Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!", "manifest_version": 2, "icons": { "16": "images\/sgw-16x16.png", "128": "images\/sgw-128x128.png" }, "background": { "scripts": [ ".\/scripts\/index.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*" ], "js": [ ".\/third-party\/jquery-3.3.1.min.js", ".\/scripts\/content.js" ], "run_at": "document_idle", "all_frames": true } ], "permissions": [ "tabs", "storage" ], "web_accessible_resources": [ "images\/sgw-50x50-bw.png", "images\/sgw-50x50-gray.png" ] } |