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
官方URL 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"
    }
}