去除百度搜索广告
去除百度搜索广告
去除百度搜索广告とは何ですか?
去除百度搜索广告はUnknownによって開発されたChromeの拡張機能で、その主な機能は「去除百度搜索广告」です。
拡張機能のスクリーンショット
去除百度搜索广告拡張機能のCRXファイルをダウンロード
去除百度搜索广告拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
清除百度搜索中的广告
拡張機能の基本情報
名前 | 去除百度搜索广告 |
ID | khicoocmpkgjjdmdidibiehepfbobbmf |
公式URL | https://chromewebstore.google.com/detail/%E5%8E%BB%E9%99%A4%E7%99%BE%E5%BA%A6%E6%90%9C%E7%B4%A2%E5%B9%BF%E5%91%8A/khicoocmpkgjjdmdidibiehepfbobbmf |
説明 | 去除百度搜索广告 |
ファイルサイズ | 25.96 KB |
インストール数 | 186 |
現在のバージョン | 1.0 |
最終更新日 | 2017-02-20 |
公開日 | 2017-02-19 |
評価 | 4.33/5 合計 6 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u53bb\u9664\u767e\u5ea6\u641c\u7d22\u5e7f\u544a", "version": "1.0", "description": "\u53bb\u9664\u767e\u5ea6\u641c\u7d22\u5e7f\u544a", "icons": { "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.baidu.com\/*" ], "js": [ "js\/index.js" ] }, { "matches": [ "*:\/\/zhidao.baidu.com\/*" ], "js": [ "js\/zhidao.js" ] } ] } |