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 |
公式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 |
Eメール | [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" } |