InCognito

Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.

InCognitoคืออะไร?

InCognito เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trever.com และคุณลักษณะหลักของมันคือ "Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย InCognito

ดาวน์โหลดไฟล์ส่วนขยาย InCognito ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        The easiest way to browse LinkedIn privately: InCognito instantly places a switch in your LinkedIn navigation bar. Want users to see when you visit their profile? Simply toggle the switch. Want to browse LinkedIn profiles anonymously? Toggle the InCognito switch back on, and you're off to the races!

Just another small productivity app by @trever.

Have any questions, message me on LinkedIn, email [email protected], or DM me on twitter - @trever                    

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

ชื่อ InCognito InCognito
ID kencjkgapindpgehbgolojoocgpcepfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/incognito/kencjkgapindpgehbgolojoocgpcepfk
คำอธิบาย Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.
ขนาดไฟล์ 797 KB
จำนวนการติดตั้ง 34,062
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2023-01-22
วันที่เผยแพร่ 2020-04-12
คะแนน 4.63/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา https://trever.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://trever.com/incognito
URL หน้านโยบายความเป็นส่วนตัว https://tinyunicorns.co/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InCognito",
    "version": "1.0.7",
    "manifest_version": 2,
    "description": "Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.",
    "homepage_url": "http:\/\/trever.com\/incognito",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "icons\/*.png",
        "icons\/*.jpg",
        "icons\/*.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}