Hide n' Seek: Hide Promoted Jobs & Companies

View the jobs you seek. Hide the ones you don't. Easily hide promoted jobs and companies on LinkedIn and Indeed.

Hide n' Seek: Hide Promoted Jobs & Companiesคืออะไร?

Hide n' Seek: Hide Promoted Jobs & Companies เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://damianmgarcia.com และคุณลักษณะหลักของมันคือ "View the jobs you seek. Hide the ones you don't. Easily hide promoted jobs and companies on LinkedIn and Indeed."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide n' Seek: Hide Promoted Jobs & Companies

ดาวน์โหลดไฟล์ส่วนขยาย Hide n' Seek: Hide Promoted Jobs & Companies ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Hide n' Seek improves your job search experience on LinkedIn and Indeed by allowing you to remove promoted jobs and companies from your search results.

⭐ How it works
“Block” buttons are added next to every listing. If you see a listing you don’t like, simply click the button to hide it. By default, the listing will be hidden under an overlay. Alternatively, you can completely eliminate it from search results by enabling the “Do not display hidden jobs” option.

To hide promoted jobs, click the “block” button on any promoted listing and then activate the “Promoted” toggle.

For easy management, you can view a list of everything you've hidden by clicking the Hide n’ Seek button on your browser’s toolbar.

🔒 Privacy
Your data remains completely private and is never shared. All data is stored locally on your device and may sync across your devices if browser synchronization is enabled.

🔑 Permissions
“Read and change your data on all indeed.com sites and all linkedin.com sites”
Reason: Enables the addition of "Block" buttons and other UI elements to listings.

“Read your browsing history”
Reason: Enables the detection of LinkedIn and Indeed so the extension can look for listings.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hide n' Seek: Hide Promoted Jobs & Companies Hide n' Seek: Hide Promoted Jobs & Companies
ID agghbaheofcoecndkbflbnggdjcmiaml
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hide-n-seek-hide-promoted/agghbaheofcoecndkbflbnggdjcmiaml
คำอธิบาย View the jobs you seek. Hide the ones you don't. Easily hide promoted jobs and companies on LinkedIn and Indeed.
ขนาดไฟล์ 73.3 KB
จำนวนการติดตั้ง 1,189
เวอร์ชันปัจจุบัน 4.2.8
อัปเดตครั้งล่าสุด 2023-12-28
วันที่เผยแพร่ 2023-01-02
คะแนน 4.90/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา https://damianmgarcia.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/damianmgarcia/Hide-n-Seek
URL หน้าช่วยเหลือ https://github.com/damianmgarcia/Hide-n-Seek/issues
URL หน้านโยบายความเป็นส่วนตัว https://github.com/damianmgarcia/Hide-n-Seek/blob/main/README.md
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide n' Seek: Hide Promoted Jobs & Companies",
    "short_name": "Hide n' Seek",
    "description": "View the jobs you seek. Hide the ones you don't. Easily hide promoted jobs and companies on LinkedIn and Indeed.",
    "version": "4.2.8",
    "icons": {
        "16": "\/images\/hide-n-seek-icon-16.png",
        "32": "\/images\/hide-n-seek-icon-32.png",
        "48": "\/images\/hide-n-seek-icon-48.png",
        "128": "\/images\/hide-n-seek-icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_title": "Hide n' Seek",
        "default_popup": "\/popup\/html\/popup.html",
        "default_icon": {
            "16": "\/images\/hide-n-seek-icon-16.png",
            "32": "\/images\/hide-n-seek-icon-32.png",
            "48": "\/images\/hide-n-seek-icon-48.png",
            "128": "\/images\/hide-n-seek-icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.indeed.com\/*"
            ],
            "css": [
                "\/content-script\/css\/content-script.css"
            ],
            "js": [
                "\/content-script\/js\/content-script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "\/background\/js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/hide-button-icon.svg"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.indeed.com\/*"
            ]
        }
    ]
}