No, thanks.
Tired of newsletter pop-ups? Chat, feedback and contact boxes? "Install our app" toolbars? "Allow notifications" pop-ups? "Let us…
Wat is No, thanks.?
No, thanks. is een Chrome-extensie ontwikkeld door https://www.no-thanks-extension.com, en de belangrijkste functie is "Tired of newsletter pop-ups? Chat, feedback and contact boxes? "Install our app" toolbars? "Allow notifications" pop-ups? "Let us…".
Extensie Screenshots
Download het CRX-bestand van de extensie No, thanks.
Download No, thanks.-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
Tired of newsletter pop-ups? Chat, feedback and contact boxes? "Install our app" toolbars? "Allow notifications" pop-ups? "Let us know your location" pop-ups? Survey and opinion pop-ups? Website ratings, "Website protected by" and similar boxes? Toolbars offering website translation? Sticky videos in the corner? "Back to top" buttons? Install "No, thanks." for only € 9.85 a year, choose what you want to hide and clean your precious screen space!
Basisinformatie over de Extensie
Naam | No, thanks. |
ID | gpnimokaaihgjhgopjkfdkpbckmhckoc |
Officiële URL | https://chromewebstore.google.com/detail/no-thanks/gpnimokaaihgjhgopjkfdkpbckmhckoc |
Beschrijving | Tired of newsletter pop-ups? Chat, feedback and contact boxes? "Install our app" toolbars? "Allow notifications" pop-ups? "Let us… |
Bestandsgrootte | 33.77 KB |
Aantal Installaties | 364 |
Huidige Versie | 0.0.9 |
Laatst Bijgewerkt | 2023-12-15 |
Publicatiedatum | 2020-04-22 |
Beoordeling | 3.47/5 Totaal 15 Beoordelingen |
Ontwikkelaar | https://www.no-thanks-extension.com |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://www.no-thanks-extension.com/ |
Help Pagina-URL | https://www.no-thanks-extension.com/faq |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionDescription__", "default_locale": "en", "version": "0.0.9", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": "Daniel Kladnik @ kiboke studio", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "notifications", "webRequest", "webRequestBlocking", "webNavigation" ], "background": { "scripts": [ "data\/extension.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.no-thanks-extension.com\/*" ], "js": [ "data\/home-proxy.js" ] } ], "options_ui": { "page": "data\/options.html" }, "browser_action": { "default_popup": "data\/menu\/index.html", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png" } } } |