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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Chrome extension - ads changer Chrome extension - ads changer
ID gioddbdekkbdggljddjiocfoncgimmgf
官方網址 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
電子郵箱 [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
    }
}