No Pinterest Results
Blocks Google search results from Pinterest
什麼是No Pinterest Results?
No Pinterest Results是由veikkolehmuskorpi開發的Chrome擴展程式,該擴展的主要功能是“Blocks Google search results from Pinterest”。
擴展截圖
下載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 |
ID | odgmkhgpjabofenjcinopoocomeaepej |
官方網址 | 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" } |