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

什麼是Pinterest Ads Only?

Pinterest Ads Only是由amitsharma1127開發的Chrome擴展程式,該擴展的主要功能是“Remove every post which is not 'promoted' on your pinterest feed. A distraction free way to focus on just the ads on your feed”。

擴展截圖

screenshot
screenshot

下載Pinterest Ads Only擴展crx文件

下載Pinterest Ads Only擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 Pinterest Ads Only Pinterest Ads Only
ID dlbdojbnpppomfnbnndjoljaoifdcjea
官方網址 https://chromewebstore.google.com/detail/pinterest-ads-only/dlbdojbnpppomfnbnndjoljaoifdcjea
簡介 Remove every post which is not 'promoted' on your pinterest feed. A distraction free way to focus on just the ads on your feed
檔案大小 25.96 KB
安裝次數 105
目前版本 0.1
更新時間 2022-06-19
上架時間 2022-06-19
評分 2.00/5 共 2 次評分
開發者 amitsharma1127
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}