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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Skip ads on work.ink while still supporting your favorite creators using the official Work.ink Pass."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Work.ink Pass - bypass work.ink links एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        🎟️ 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
आधिकारिक URL 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]"
}