No Pinterest Results

Blocks Google search results from Pinterest

什么是No Pinterest Results?

No Pinterest Results是由veikkolehmuskorpi开发的Chrome扩展程序,该扩展的主要功能是“Blocks Google search results from Pinterest”。

扩展截图

screenshot

下载No Pinterest Results扩展crx文件

下载No Pinterest Results扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A lightweight extension that blocks Pinterest hits from your Google search results.

***

Tired of seeing countless Pinterest hits for your Google searches? Wouldn't it be better if you never saw those ever again? That is exactly what this extension has been made to do.

To quickly toggle the extension, pin it, and click on the icon.

Source code: https://github.com/VeikkoLehmuskorpi/no-pinterest-results 
Changelog: https://github.com/VeikkoLehmuskorpi/no-pinterest-results/releases                    

扩展基本信息

名称 No Pinterest Results No Pinterest Results
ID odgmkhgpjabofenjcinopoocomeaepej
官方URL https://chromewebstore.google.com/detail/no-pinterest-results/odgmkhgpjabofenjcinopoocomeaepej
简介 Blocks Google search results from Pinterest
文件大小 12.62 KB
安装次数 854
当前版本 0.2.2
更新时间 2021-04-22
上架时间 2021-01-06
评分 4.67/5 共3次评分
开发者 veikkolehmuskorpi
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/VeikkoLehmuskorpi/no-pinterest-results
帮助页面URL https://github.com/VeikkoLehmuskorpi/no-pinterest-results/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Veikko Lehmuskorpi",
    "background": {
        "persistent": true,
        "scripts": [
            "src\/js\/background.js"
        ]
    },
    "browser_action": [],
    "description": "Blocks Google search results from Pinterest",
    "homepage_url": "https:\/\/github.com\/VeikkoLehmuskorpi\/no-pinterest-results",
    "icons": {
        "16": "src\/img\/icons\/icon16.png",
        "48": "src\/img\/icons\/icon48.png",
        "128": "src\/img\/icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "No Pinterest Results",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.google.com\/search?*"
    ],
    "version": "0.2.2"
}