Chrome extension - ads changer
This extension make funny ads change on google and yandex search.
Chrome extension - ads changerとは何ですか?
Chrome extension - ads changerはKim E-Commerceによって開発されたChromeの拡張機能で、その主な機能は「This extension make funny ads change on google and yandex search.」です。
拡張機能のスクリーンショット
Chrome extension - ads changer拡張機能のCRXファイルをダウンロード
Chrome extension - ads changer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
All search engines try to make paid advertising as similar as possible to natural search results. This extension fights with this approach. How? Very simple: it shows a beautiful piece of poop next to an advertisement. Or RED EXPLANATORY NAME. The choice of the option of marking the advertisement is provided to the user of the extension. Hope you like it.
拡張機能の基本情報
名前 | |
ID | gioddbdekkbdggljddjiocfoncgimmgf |
公式URL | https://chrome.google.com/webstore/detail/chrome-extension-ads-chan/gioddbdekkbdggljddjiocfoncgimmgf |
説明 | This extension make funny ads change on google and yandex search. |
ファイルサイズ | 17.64 KB |
インストール数 | 32 |
現在のバージョン | 1.0 |
最終更新日 | 2018-12-30 |
公開日 | 2018-12-30 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | Kim E-Commerce |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "description": "__MSG_extDescription__", "version": "1.0", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "page_action": { "default_icon": "images\/icon128.png", "default_title": "__MSG_extShortName__" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/*", "*:\/\/*.google.com\/*", "*:\/\/*.google.ru\/*", "*:\/\/google.ru\/*", "*:\/\/*.yandex.ru\/*", "*:\/\/yandex.ru\/*", "*:\/\/*.yandex.com\/*", "*:\/\/yandex.com\/*", "*:\/\/*.ya.ru\/*", "*:\/\/ya.ru\/*", "*:\/\/*.ya.com\/*", "*:\/\/ya.com\/*" ], "js": [ "main.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "*.png", "*.jpg" ], "permissions": [ "tabs", "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false } } |