Adblocker for Facebook™ (sponsored posts)
A super fast sponsored posts removal tool for Facebook™
Cos'è Adblocker for Facebook™ (sponsored posts)?
Adblocker for Facebook™ (sponsored posts) è un'estensione di Chrome sviluppata da balvin.perrie, e la sua funzione principale è "A super fast sponsored posts removal tool for Facebook™".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Adblocker for Facebook™ (sponsored posts)
Scarica i file di estensione Adblocker for Facebook™ (sponsored posts) 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
This extension does not act like a normal adblocker extension. It just detects and removes sponsored posts that Facebook inserts between your actual posts. The extension does not have a network observer hence it is much faster than a normal adblocker extension. Basically, it only observes post creation and detects the "sponsored" keyword and remove the post with this keyword. That's it! Notes: 1. There is no user interface for this extension. 2. To disable the extension go to the extension manager of your browser and press the disable button. Note that you will need to refresh Facebook pages too.
Informazioni di Base sull'Estensione
Nome | Adblocker for Facebook™ (sponsored posts) |
ID | lciamkaeclpffgdmljhiogcgpohbohee |
URL Ufficiale | https://chrome.google.com/webstore/detail/adblocker-for-facebook-sp/lciamkaeclpffgdmljhiogcgpohbohee |
Descrizione | A super fast sponsored posts removal tool for Facebook™ |
Dimensione del File | 28.03 KB |
Conteggio Installazioni | 231 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2019-10-28 |
Data di Pubblicazione | 2019-10-27 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | balvin.perrie |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://add0n.com/adblocker-for-facebook.html |
URL della Pagina di Aiuto | https://add0n.com/adblocker-for-facebook.html |
URL della Pagina della Politica sulla Privacy | https://add0n.com/policies/balvin.perrie.txt |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.3", "name": "Adblocker for Facebook\u2122 (sponsored posts)", "description": "A super fast sponsored posts removal tool for Facebook\u2122", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "data\/inject.js" ], "run_at": "document_start" } ], "homepage_url": "https:\/\/add0n.com\/adblocker-for-facebook.html", "icons": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |