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