Block Ads for Social Network
Block Facebook™ ads in your Chrome
Hvad er Block Ads for Social Network?
Block Ads for Social Network er en Chrome-udvidelse udviklet af daceAcc, og dens hovedfunktion er "Block Facebook™ ads in your Chrome".
Udvidelsesskærmbilleder
Download Block Ads for Social Network-udvidelses-CRX-fil
Download Block Ads for Social Network-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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!                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | bncnpcfmnfndnbffpggadkdohijjejpj | 
| Officiel URL | https://chromewebstore.google.com/detail/block-ads-for-social-netw/bncnpcfmnfndnbffpggadkdohijjejpj | 
| Beskrivelse | Block Facebook™ ads in your Chrome | 
| Filstørrelse | 180 KB | 
| Antal Installationer | 10,302 | 
| Nuværende Version | 2.6.0 | 
| Senest Opdateret | 2023-10-26 | 
| Udgivelsesdato | 2020-03-10 | 
| Bedømmelse | 2.66/5 Samlet 77 Bedømmelser | 
| Udvikler | daceAcc | 
| [email protected] | |
| Betalingsmetode | free | 
| Udvidelseswebsted | https://addonup.com | 
| Hjælpeside-URL | https://addonup.com/ | 
| URL til Fortrolighedspolitik Side | https://addonup.com/privacy-policy | 
| Understøttede Sprog | 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\/*"
    ]
}  |  |