No Pinterest Results

Blocks Google search results from Pinterest

Τι είναι το No Pinterest Results;

Το No Pinterest Results είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον veikkolehmuskorpi, και η κύρια λειτουργία του είναι "Blocks Google search results from Pinterest".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης No Pinterest Results

Λήψη αρχείων επέκτασης 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"
}