No Promoted - Twitter Ad Blocker

An extension to remove promoted tweets, ads on Twitter

什么是No Promoted - Twitter Ad Blocker?

No Promoted - Twitter Ad Blocker是由https://cagataypalaz.com开发的Chrome扩展程序,该扩展的主要功能是“An extension to remove promoted tweets, ads on Twitter”。

扩展截图

screenshot

下载No Promoted - Twitter Ad Blocker扩展crx文件

下载No Promoted - Twitter Ad Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        No Promoted is an ad blocker for Twitter. It automatically hides/removes the promoted tweets and accounts.

How to use?
No Promoted is easy to use extension. Just add your browser and activate it by clicking the extension icon on the top.

Requirements?
None! There're no requirements to use this extension. It's free to use and no signup required.

Language support?
Only English is supported at the moment, other languages will be supported soon.

For requests and support please join my Discord support server
https://discord.gg/eutMDUWPwU                    

扩展基本信息

名称 No Promoted - Twitter Ad Blocker No Promoted - Twitter Ad Blocker
ID nbpbiadehdooghgohmhfkkmambcnccbk
官方URL https://chromewebstore.google.com/detail/no-promoted-twitter-ad-bl/nbpbiadehdooghgohmhfkkmambcnccbk
简介 An extension to remove promoted tweets, ads on Twitter
文件大小 16.16 KB
安装次数 36
当前版本 1.1
更新时间 2022-06-21
上架时间 2022-06-12
评分 5.00/5 共2次评分
开发者 https://cagataypalaz.com
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://discord.gg/eutMDUWPwU
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Promoted - Twitter Ad Blocker",
    "description": "An extension to remove promoted tweets, ads on Twitter",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}