Genius Post Filter

Customize your FB experience by filtering out ads or posts from your newsfeed, groups, pages or profile based on keywords.

Cos'è Genius Post Filter?

Genius Post Filter è un'estensione di Chrome sviluppata da edakehurst, e la sua funzione principale è "Customize your FB experience by filtering out ads or posts from your newsfeed, groups, pages or profile based on keywords.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Genius Post Filter

Scarica i file di estensione Genius Post Filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Filter your FB posts. You can show only ads, or no ads, specify keywords, or set posts with certain keywords to never show, Take full control again!                    

Informazioni di Base sull'Estensione

Nome Genius Post Filter Genius Post Filter
ID ianiomiigpifmdngoikpkgejcddgochn
URL Ufficiale https://chromewebstore.google.com/detail/genius-post-filter/ianiomiigpifmdngoikpkgejcddgochn
Descrizione Customize your FB experience by filtering out ads or posts from your newsfeed, groups, pages or profile based on keywords.
Dimensione del File 4.28 MB
Conteggio Installazioni 908
Versione Corrente 1.0.50
Ultimo Aggiornamento 2023-11-20
Data di Pubblicazione 2021-06-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore edakehurst
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://edakehurst.kartra.com/page/PostFilter
URL della Pagina di Aiuto https://edakehurst.kartra.com/help/GMCRMHelpdesk
URL della Pagina della Politica sulla Privacy https://geniusposts.io/privacy-policy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Genius Post Filter",
    "version": "1.0.50",
    "description": "Customize your FB experience by filtering out ads or posts from your newsfeed, groups, pages or profile based on keywords.",
    "short_name": "GPF",
    "icons": {
        "16": "images\/5f326f2af01f5b4338ccf597-Genius_Post_Filter-1624051299896-small_icon.png",
        "48": "images\/5f326f2af01f5b4338ccf597-Genius_Post_Filter-1624051300006-medium_icon.png",
        "128": "images\/5f326f2af01f5b4338ccf597-Genius_Post_Filter-1624051300048-large_icon.png"
    },
    "action": {
        "default_popup": "dashboard.html",
        "default_title": "Genius Post Filter"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "wrapper.js"
    },
    "permissions": [
        "storage",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/facebook.com\/*",
        "https:\/\/www.facebook.com\/*"
    ]
}