No Promoted - Twitter Ad Blocker

An extension to remove promoted tweets, ads on Twitter

No Promoted - Twitter Ad Blockerคืออะไร?

No Promoted - Twitter Ad Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cagataypalaz.com และคุณลักษณะหลักของมันคือ "An extension to remove promoted tweets, ads on Twitter"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No Promoted - Twitter Ad Blocker

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}