Stop Reclame
Get rid of ads for free!
ما هو Stop Reclame؟
Stop Reclame هو إضافة Chrome تم تطويرها بواسطة https://stopreclame.com، والميزة الرئيسية لها هي "Get rid of ads for free!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stop Reclame
قم بتنزيل ملفات الامتداد Stop Reclame بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Description:
- blocking ads
- deleting widgets of social networks
- users anonymity is increased (deleting counters and analytics systems)
- blocking 3rd party cookies
- notifications for members regarding malware extensions
- opportunity to send detailed reports
- opportunity to block any element on web site
- managing installed extensions
- opportunity to disable the extension at all or on concrete web site
- displaying statistics regarding blocked pages معلومات أساسية عن التمديد
| الاسم | |
| ID | ohmkcnojelglgphmkgmofjlmpoelccjh |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/stop-reclame/ohmkcnojelglgphmkgmofjlmpoelccjh |
| الوصف | Get rid of ads for free! |
| حجم الملف | 141 KB |
| عدد التثبيتات | 24,198 |
| النسخة الحالية | 3.0.0.0 |
| آخر تحديث | 2022-10-05 |
| تاريخ النشر | 2020-03-14 |
| تقييم | 4.66/5 مجموع تقييمات 1708 |
| المطور | https://stopreclame.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | https://stopreclame.com/privacy.html |
| اللغات المدعومة | de,en,en-GB,en-US,nl,pt-BR,pt-PT,sr,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Stop Reclame",
"version": "3.0.0.0",
"manifest_version": 3,
"description": "__MSG_ext_description__",
"default_locale": "en",
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "__MSG_popup_description__",
"default_popup": "popup\/index.html"
},
"permissions": [
"activeTab",
"alarms",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"storage"
]
} | |