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 là gì?

Pinterest Ads Only là một tiện ích mở rộng Chrome được phát triển bởi amitsharma1127, và tính năng chính của nó là "Remove every post which is not 'promoted' on your pinterest feed. A distraction free way to focus on just the ads on your feed".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pinterest Ads Only

Tải xuống các tệp mở rộng Pinterest Ads Only dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pinterest Ads Only Pinterest Ads Only
ID dlbdojbnpppomfnbnndjoljaoifdcjea
URL Chính Thức https://chromewebstore.google.com/detail/pinterest-ads-only/dlbdojbnpppomfnbnndjoljaoifdcjea
Mô tả Remove every post which is not 'promoted' on your pinterest feed. A distraction free way to focus on just the ads on your feed
Kích Thước Tệp 25.96 KB
Số Lần Cài Đặt 105
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2022-06-19
Ngày Phát Hành 2022-06-19
Đánh Giá 2.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển amitsharma1127
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}