No Pinterest Results
Blocks Google search results from Pinterest
Wat is No Pinterest Results?
No Pinterest Results is een Chrome-extensie ontwikkeld door veikkolehmuskorpi, en de belangrijkste functie is "Blocks Google search results from Pinterest".
Extensie Screenshots
Download het CRX-bestand van de extensie No Pinterest Results
Download No Pinterest Results-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | No Pinterest Results |
ID | odgmkhgpjabofenjcinopoocomeaepej |
Officiële URL | https://chromewebstore.google.com/detail/no-pinterest-results/odgmkhgpjabofenjcinopoocomeaepej |
Beschrijving | Blocks Google search results from Pinterest |
Bestandsgrootte | 12.62 KB |
Aantal Installaties | 854 |
Huidige Versie | 0.2.2 |
Laatst Bijgewerkt | 2021-04-22 |
Publicatiedatum | 2021-01-06 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | veikkolehmuskorpi |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/VeikkoLehmuskorpi/no-pinterest-results |
Help Pagina-URL | https://github.com/VeikkoLehmuskorpi/no-pinterest-results/issues |
Ondersteunde Talen | 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" } |