No, thanks.
Tired of newsletter pop-ups? Chat, feedback and contact boxes? "Install our app" toolbars? "Allow notifications" pop-ups? "Let us…
ما هو No, thanks.؟
No, thanks. هو إضافة Chrome تم تطويرها بواسطة https://www.no-thanks-extension.com، والميزة الرئيسية لها هي "Tired of newsletter pop-ups? Chat, feedback and contact boxes? "Install our app" toolbars? "Allow notifications" pop-ups? "Let us…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة No, thanks.
قم بتنزيل ملفات الامتداد No, thanks. بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | No, thanks. |
ID | gpnimokaaihgjhgopjkfdkpbckmhckoc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/no-thanks/gpnimokaaihgjhgopjkfdkpbckmhckoc |
الوصف | Tired of newsletter pop-ups? Chat, feedback and contact boxes? "Install our app" toolbars? "Allow notifications" pop-ups? "Let us… |
حجم الملف | 33.77 KB |
عدد التثبيتات | 364 |
النسخة الحالية | 0.0.9 |
آخر تحديث | 2023-12-15 |
تاريخ النشر | 2020-04-22 |
تقييم | 3.47/5 مجموع تقييمات 15 |
المطور | https://www.no-thanks-extension.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
موقع الإضافة | https://www.no-thanks-extension.com/ |
عنوان صفحة المساعدة | https://www.no-thanks-extension.com/faq |
اللغات المدعومة | 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" } } } |