Pinterest Ads Only

Remove every post which is not 'promoted' on your pinterest feed. A distraction free way to focus on just the ads on your feed

Co je Pinterest Ads Only?

Pinterest Ads Only je rozšíření Chrome vyvinuté amitsharma1127, a jeho hlavní funkcí je „Remove every post which is not 'promoted' on your pinterest feed. A distraction free way to focus on just the ads on your feed“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Pinterest Ads Only

Stáhněte si soubory rozšíření Pinterest Ads Only ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Need to see just ads on your pinterest feed?

This is the right tool for you!

This extension removes every other pin which is not "promoted" aka which isn't an ad on your pinterest feed.

You might need this because the targeted ads are relevant to you. Or you have a business use case to interact with promoted content. Whatever your need be, this extension will help you do it in a clutter-free way and without having to stressfully find the ads in between hundreds of other pins.

This extension is still in beta. If you have any suggestions/feedback, please contact me on my personal email: [email protected]

------------------------------------------------ NOTE ---------------------------------------------------
I am a freelancer and I love building browser extensions like this one. If you have a specific use case for this extension which isn't included in this version, or if you need an entirely different extension to be made for your personal or business use case, please feel free to contact me at: [email protected]                    

Základní Informace o Rozšíření

Název Pinterest Ads Only Pinterest Ads Only
ID dlbdojbnpppomfnbnndjoljaoifdcjea
Oficiální URL https://chromewebstore.google.com/detail/pinterest-ads-only/dlbdojbnpppomfnbnndjoljaoifdcjea
Popis Remove every post which is not 'promoted' on your pinterest feed. A distraction free way to focus on just the ads on your feed
Velikost souboru 25.96 KB
Počet instalací 105
Aktuální Verze 0.1
Poslední Aktualizace 2022-06-19
Datum Vydání 2022-06-19
Hodnocení 2.00/5 Celkem 2 Hodnocení
Vývojář amitsharma1127
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinterest Ads Only",
    "version": "0.1",
    "description": "Remove every post which is not 'promoted' on your pinterest feed. A distraction free way to focus on just the ads on your feed",
    "manifest_version": 3,
    "author": "[email protected]",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.pinterest.at\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "action": {
        "default_title": "Pinterest Ads Only",
        "default_icon": {
            "48": "images\/logo.png",
            "128": "images\/logo.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/www.pinterest.at\/*"
    ],
    "icons": {
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    }
}