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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}