Content Blocker

Content Blocker - The perfect addition to your ad blocker for undistracked surfing on the internet.

Cos'è Content Blocker?

Content Blocker è un'estensione di Chrome sviluppata da https://abilitools.com, e la sua funzione principale è "Content Blocker - The perfect addition to your ad blocker for undistracked surfing on the internet.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Content Blocker

Scarica i file di estensione Content Blocker 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

                        The Content Blocker gives users the possibility to hide or delete annoying elements on websites. 

The best part? - The settings are saved. That means you only have to delete all elements that bother you once and they won't reappear.
	
❓ What is different to an ad blocker? 
	
In contrast to a normal ad blocker you can choose which elements you don't want to see. You can also delete not only advertising but also content elements like pop-ups, social media buttons, text or images forever. The Content Blocker is therefore not an alternative, but the perfect addition to the ad blocker.

👉🏼 How to hide or delete elements:
1. click on the Webpage Cleaner icon. 
2. select with the mouse the elements you want to hide and click on the X in the upper right corner
3. With undo and redo you can correct your changes
4. exit the mode by clicking on the Webpage Cleaner icon

⚙ Options
	- You can access the options by right-clicking on the icon. 
	- Set whether elements should only be hidden or deleted
	- Change settings for selected pages
	- Reset all configurations

⚠️ Note
The Chrome Extension, like most extensions, needs access to the web page to allow the extension to block elements for you. 
We assure you that we do not collect any data. On the one hand it is our philosophy of full transparency, on the other hand Google would rightfully throw such an extension out of the store at some point. And for that we have spent too much time developing this solution. 

☝ Your feedback
We are grateful for feedback from you, where and in which situation Content Blocker helps you. With your ideas, we can improve the extension. Write us at [email protected].

More new Chrome extensions for you soon at www.abilitools.com. 

🐵 Your abilitools team                    

Informazioni di Base sull'Estensione

Nome Content Blocker Content Blocker
ID agompmhjohlaaijeadjcepbmhjgdmejd
URL Ufficiale https://chromewebstore.google.com/detail/content-blocker/agompmhjohlaaijeadjcepbmhjgdmejd
Descrizione Content Blocker - The perfect addition to your ad blocker for undistracked surfing on the internet.
Dimensione del File 85.56 KB
Conteggio Installazioni 1,654
Versione Corrente 0.8.0
Ultimo Aggiornamento 2023-05-20
Data di Pubblicazione 2020-06-12
Valutazione 4.33/5 Totale 15 Valutazioni
Sviluppatore https://abilitools.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://abilitools.com/tools/content-blocker-ext/
URL della Pagina di Aiuto https://abilitools.com/tools/content-blocker-ext/
URL della Pagina della Politica sulla Privacy https://www.live-tabs.com/plugin-privacy-policy
Lingue Supportate de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "short_name": "Content Blocker",
    "description": "__MSG_app_summary__",
    "default_locale": "en",
    "author": "abilitools.com",
    "version": "0.8.0",
    "manifest_version": 2,
    "permissions": [
        "background",
        "storage",
        "contextMenus"
    ],
    "optional_permissions": [
        "tabs",
        "webNavigation",
        ""
    ],
    "browser_action": {
        "default_popup": "popup-d250302af79f4a5e3f881ad2458cbf39.html",
        "default_title": "Remove unwanted Content - abilitools"
    },
    "background": {
        "page": "background-b7925aac0a0571f7c81052da27b842b9.html",
        "persistent": false
    },
    "options_page": "options-15ef3367d07990fbeb36cbaa49bdc8de.html",
    "icons": {
        "16": "icon-16-216ca2fbc425c1108ec2e88c7af0d5c7.png",
        "48": "icon-48-cb770faa777f86b89c0f0a795805093c.png",
        "128": "icon-128-7a8a609bc42af3cc25fdcf5d65676093.png"
    },
    "-ms-preload": {
        "backgroundScript": "edge-background-scripts-API-bridge-ea0d2dc5f3cdc907fddf.js",
        "contentScript": "edge-content-scripts-API-bridge-7ef8e86eb2e8d440a1fb.js"
    },
    "web_accessible_resources": [
        "icon-128-7a8a609bc42af3cc25fdcf5d65676093.png",
        "icon-16-216ca2fbc425c1108ec2e88c7af0d5c7.png",
        "icon-48-cb770faa777f86b89c0f0a795805093c.png",
        "icon-black-7a8a609bc42af3cc25fdcf5d65676093.png",
        "icon-clean-81b2897d4be0d8881c5bd0eb1c487f7a.png",
        "icon-loading-4e1e0cda3859472af45784ffcf05aa6a.png",
        "icon-red-4842713181d35e384a939d256fe7563b.png",
        "icon-selection-ee4e82782403f521f7de984ba0919696.png",
        "index-a0420c3d52c1b2538fed2f6c0dd19bd6.css",
        "options-0b33cbba5c4b575e071e2cfcb11b4f60.css",
        "popup-9f22cf8f27af614414e6ed93c076f1cd.css",
        "undo-c28f43313d72f114c0a6409bc37bdeb3.png"
    ]
}