Stop Reclame
Get rid of ads for free!
什么是Stop Reclame?
Stop Reclame是由https://stopreclame.com开发的Chrome扩展程序,该扩展的主要功能是“Get rid of ads for free!”。
扩展截图
下载Stop Reclame扩展crx文件
下载Stop Reclame扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
| 隐私政策页面URL | 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"
]
} | |