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"입니다.
확장 프로그램 스크린샷
No Promoted - Twitter Ad Blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |