Work.ink Pass - bypass work.ink links

Skip ads on work.ink while still supporting your favorite creators using the official Work.ink Pass.

什麼是Work.ink Pass - bypass work.ink links?

Work.ink Pass - bypass work.ink links是由Work.ink開發的Chrome擴展程式,該擴展的主要功能是“Skip ads on work.ink while still supporting your favorite creators using the official Work.ink Pass.”。

擴展截圖

screenshot
screenshot
screenshot

下載Work.ink Pass - bypass work.ink links擴展crx文件

下載Work.ink Pass - bypass work.ink links擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        🎟️ Official Work.ink Pass - skip ads on work.ink while still supporting the creators.

- Collect passes while browsing the web as usual
- Skip any annoying ads on work.ink using a pass
- Your browsing experience does NOT change
- You data is safe: only temporarily stored and anonymized on work.ink servers

⁉️ How does this work?

Using Affiliate Links! Here and there this extensions injects an affiliate link, of which you will not notice anything. It's a win-win-situation: you support creators by just using the web as usual and you don't have to complete advertisement steps on work.ink anymore.

Using affiliate links, our creators get a little cut of any revenue generated on the websites you visit. Thanks to our massive network of advertisement partners, we can monetize almost any website you visit.

✅ You will only notice this extension being installed while on work.ink itself.                    

擴展基本資訊

名稱 Work.ink Pass - bypass work.ink links Work.ink Pass - bypass work.ink links
ID ihmilkpcjhagmcdeamfkomlhkjgodlno
官方網址 https://chromewebstore.google.com/detail/workink-pass-bypass-worki/ihmilkpcjhagmcdeamfkomlhkjgodlno
簡介 Skip ads on work.ink while still supporting your favorite creators using the official Work.ink Pass.
檔案大小 339 KB
安裝次數 6,000
目前版本 1.0.9
更新時間 2024-02-02
上架時間 2023-12-04
評分 3.36/5 共 14 次評分
開發者 Work.ink
電子郵箱 [email protected]
付費類型 free
擴展官網 https://work.ink/pass
隱私政策頁面URL https://work.ink/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Work.ink Pass - bypass work.ink links",
    "description": "Skip ads on work.ink while still supporting your favorite creators using the official Work.ink Pass.",
    "version": "1.0.9",
    "action": {
        "default_icon": {
            "16": "icon\/16x16.png",
            "48": "icon\/48x48.png",
            "128": "icon\/128x128.png"
        },
        "default_title": "Work.ink Pass",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.work.ink\/*",
            "*:\/\/work.ink\/*"
        ]
    },
    "homepage_url": "https:\/\/work.ink\/pass",
    "permissions": [
        "storage",
        "management"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "redirect.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "author": "[email protected]"
}