KalDrop Ad Finder

Display only ads in your newsfeed

What is KalDrop Ad Finder?

KalDrop Ad Finder is a Chrome extension developed by https://kaldrop.com, and its main feature is "Display only ads in your newsfeed".

Extension Screenshots

screenshot
screenshot

Download KalDrop Ad Finder Extension CRX File

Download KalDrop Ad Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Display only ads in your facebook newsfeed.                    

Extension Basic Information

Name KalDrop Ad Finder KalDrop Ad Finder
ID fehdljjkmgfegcdpganalbcffoffjbfj
Official URL https://chromewebstore.google.com/detail/kaldrop-ad-finder/fehdljjkmgfegcdpganalbcffoffjbfj
Description Display only ads in your newsfeed
File Size 90.37 KB
Installation Count 303
Current Version 1.0.0.25
Last Updated 2022-11-08
Publish Date 2020-07-05
Rating 5.00/5 Total 1 Ratings
Developer https://kaldrop.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://kaldrop.com/privacy-policy
Supported Languages 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
    }
}