Block Ads for Social Network

Block Facebook™ ads in your Chrome

Wat is Block Ads for Social Network?

Block Ads for Social Network is een Chrome-extensie ontwikkeld door daceAcc, en de belangrijkste functie is "Block Facebook™ ads in your Chrome".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Block Ads for Social Network

Download Block Ads for Social Network-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

                        Blocking and hiding advertising on Facebook™.
This chrome extension only for adblock for facebook/

Chrome Extension, which simply and effectively removes annoying ads on Facebook™.

She hides these annoying ads, increasing her social experience.

Features:
 - Blocks and News-Feed
 - Super light and fast, almost without memory usage
 - You can easily switch the On / Off extension from the toolbar menu
 - 100% free and constantly updated, we use it ourselves every day!
 
Advantages of blocking advertising:
 - Improving the speed of the browser
 - Increase the speed of loading pages
 - Using memory Reduce the pages you visit
 - Bandwidth Decrease
 - The most important thing is to save time ignoring these ads!                    

Basisinformatie over de Extensie

Naam Block Ads for Social Network Block Ads for Social Network
ID bncnpcfmnfndnbffpggadkdohijjejpj
Officiële URL https://chromewebstore.google.com/detail/block-ads-for-social-netw/bncnpcfmnfndnbffpggadkdohijjejpj
Beschrijving Block Facebook™ ads in your Chrome
Bestandsgrootte 180 KB
Aantal Installaties 10,302
Huidige Versie 2.6.0
Laatst Bijgewerkt 2023-10-26
Publicatiedatum 2020-03-10
Beoordeling 2.66/5 Totaal 77 Beoordelingen
Ontwikkelaar daceAcc
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://addonup.com
Help Pagina-URL https://addonup.com/
URL van de Privacybeleid Pagina https://addonup.com/privacy-policy
Ondersteunde Talen id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "author": "daceAcc",
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icons\/on.png",
        "default_popup": "popup\/index.html",
        "default_title": "Open Block Ads for Social Network"
    },
    "content_scripts": [
        {
            "js": [
                "content\/app.js",
                "content\/worker.js",
                "content\/worker\/FAS.js",
                "content\/run.js"
            ],
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "assets\/style\/fb.css"
            ],
            "js": [
                "libs\/jquery.js",
                "content\/content.js"
            ],
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "assets\/icons\/icon-128.png",
        "16": "assets\/icons\/icon-16.png",
        "256": "assets\/icons\/icon-256.png",
        "32": "assets\/icons\/icon-32.png",
        "48": "assets\/icons\/icon-48.png",
        "64": "assets\/icons\/icon-64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6nKBvoDDvqhQ5nOiTINrcN1M5NvLwktfBsL0VdYKE+JgxFDl84iUkAran\/vQ6gYe3Y4+IRyXvrPqSn1T+3mtAKPptVRw3BE88rn2dEii\/99NRf1Hbvy2+MMQNRI3Ukb351tnhCoIyVKwcUnosdLX3sC8WzI\/7R8xqHb+Y9s4e73gcak0IcIRHjOSQ3pprx6OhSx57BEinZF484R3R5kUMpAUmI5gyQBWNNDcZT9PmTMVaMIzEcORQIKTmlp447inJNeyVqWjcNEIeNrwJoEN8f9ZWekpoWEatTxJUnlD6eKHBbmYEMQrC54nOBqZ76UFsB5I33QYch2bGfqPhLnNJwIDAQAB",
    "manifest_version": 2,
    "name": "Block Ads for Social Network",
    "permissions": [
        "*:\/\/*.facebook.*\/*",
        "tabs",
        "storage",
        "*:\/\/*.fb.*\/*"
    ],
    "short_name": "Block Ads for Social Network",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.6.0",
    "web_accessible_resources": [
        "resources\/*"
    ]
}