KalDrop Ad Finder

Display only ads in your newsfeed

KalDrop Ad Finder là gì?

KalDrop Ad Finder là một tiện ích mở rộng Chrome được phát triển bởi https://kaldrop.com, và tính năng chính của nó là "Display only ads in your newsfeed".

Ả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 KalDrop Ad Finder

Tải xuống các tệp mở rộng KalDrop Ad Finder 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

                        Display only ads in your facebook newsfeed.                    

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

Tên KalDrop Ad Finder KalDrop Ad Finder
ID fehdljjkmgfegcdpganalbcffoffjbfj
URL Chính Thức https://chromewebstore.google.com/detail/kaldrop-ad-finder/fehdljjkmgfegcdpganalbcffoffjbfj
Mô tả Display only ads in your newsfeed
Kích Thước Tệp 90.37 KB
Số Lần Cài Đặt 303
Phiên Bản Hiện Tại 1.0.0.25
Cập Nhật Lần Cuối 2022-11-08
Ngày Phát Hành 2020-07-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://kaldrop.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://kaldrop.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KalDrop Ad Finder",
    "description": "Display only ads in your newsfeed",
    "version": "1.0.0.25",
    "author": "Ron Hillel",
    "icons": {
        "16": "images\/icon_16.png",
        "64": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.fbcdn.net\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/connect.facebook.net\/ https:\/\/ssl.google-analytics.com\/ https:\/\/apis.google.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/cdn.extensionanalytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.fbcdn.net\/*"
            ],
            "js": [
                "jquery.js",
                "functions.js",
                "content.js"
            ],
            "all_frames": true,
            "runAt": "document_start"
        },
        {
            "matches": [
                "https:\/\/app.adspy.com\/ads\/*",
                "https:\/\/app.adspy.com\/ads;userId=*"
            ],
            "js": [
                "jquery.js",
                "functions.js",
                "adspy.js"
            ],
            "all_frames": true,
            "runAt": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "functions.js",
            "background.js"
        ],
        "persistent": false
    }
}