百度广告美化
让百度搜索中的广告变得更容易辨认
百度广告美化とは何ですか?
百度广告美化はhttp://jimliu.netによって開発されたChromeの拡張機能で、その主な機能は「让百度搜索中的广告变得更容易辨认」です。
拡張機能のスクリーンショット
百度广告美化拡張機能のCRXファイルをダウンロード
百度广告美化拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
让百度搜索中的广告变得更容易辨认 拡張機能の基本情報
| 名前 | |
| ID | cdgjngpcochdjgepblbphndibppbgcmp |
| 公式URL | https://chrome.google.com/webstore/detail/%E7%99%BE%E5%BA%A6%E5%B9%BF%E5%91%8A%E7%BE%8E%E5%8C%96/cdgjngpcochdjgepblbphndibppbgcmp |
| 説明 | 让百度搜索中的广告变得更容易辨认 |
| ファイルサイズ | 247 KB |
| インストール数 | 551 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2016-05-31 |
| 公開日 | 2016-05-31 |
| 評価 | 4.72/5 合計 29 レビュー |
| 開発者 | http://jimliu.net |
| 支払い方法 | free |
| プライバシーポリシーページのURL | http://jimliu.net |
| 対応言語 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "1.0.1",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "app\/images\/logo-16.png",
"128": "app\/images\/logo-128.png"
},
"default_locale": "zh_CN",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"background": {
"scripts": [
"app\/scripts\/background.js"
]
},
"permissions": [
"*:\/\/www.baidu.com\/",
"*:\/\/www.baidu.com\/?*",
"*:\/\/www.baidu.com\/s?*",
"http:\/\/bdad.applinzi.com\/*",
"storage"
],
"options_ui": {
"page": "app\/options.html",
"chrome_style": false,
"open_in_tab": false
},
"content_scripts": [
{
"matches": [
"*:\/\/www.baidu.com\/",
"*:\/\/www.baidu.com\/?*",
"*:\/\/www.baidu.com\/s?*"
],
"css": [
"app\/styles\/contentscript.css"
],
"js": [
"app\/lib\/uuid.js",
"app\/scripts\/rules.js",
"app\/scripts\/common.js",
"app\/scripts\/contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"page_action": {
"default_icon": {
"19": "app\/images\/logo-19.png",
"38": "app\/images\/logo-38.png"
},
"default_title": "__MSG_appName__",
"default_popup": "app\/popup.html"
}
} | |