KalDrop Ad Finder

Display only ads in your newsfeed

Wat is KalDrop Ad Finder?

KalDrop Ad Finder is een Chrome-extensie ontwikkeld door https://kaldrop.com, en de belangrijkste functie is "Display only ads in your newsfeed".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie KalDrop Ad Finder

Download KalDrop Ad Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Display only ads in your facebook newsfeed.                    

Basisinformatie over de Extensie

Naam KalDrop Ad Finder KalDrop Ad Finder
ID fehdljjkmgfegcdpganalbcffoffjbfj
Officiële URL https://chromewebstore.google.com/detail/kaldrop-ad-finder/fehdljjkmgfegcdpganalbcffoffjbfj
Beschrijving Display only ads in your newsfeed
Bestandsgrootte 90.37 KB
Aantal Installaties 303
Huidige Versie 1.0.0.25
Laatst Bijgewerkt 2022-11-08
Publicatiedatum 2020-07-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://kaldrop.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://kaldrop.com/privacy-policy
Ondersteunde Talen 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
    }
}