Adfly Notification Bypass
Adfly deserves this!
Adfly Notification Bypass란 무엇입니까?
Adfly Notification Bypass은(는) Elemental Woof에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adfly deserves this!"입니다.
확장 프로그램 스크린샷
Adfly Notification Bypass 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows users to skip the adfly links that require you to enable notifications to continue. NOW OPEN SOURCE! https://github.com/SnowSnakz/adfly-notification-bypass-chrome Note to the people who email me asking to buy this extension: I'm not selling the extension because it's likely you only want it for malicious purposes. If I'm correct on that assumption, please kindly eat a handful of sand and don't talk to me.
확장 프로그램 기본 정보
이름 | Adfly Notification Bypass |
ID | oniljfenfhbbjpmpcphgnpjhbapcapek |
공식 URL | https://chromewebstore.google.com/detail/adfly-notification-bypass/oniljfenfhbbjpmpcphgnpjhbapcapek |
설명 | Adfly deserves this! |
파일 크기 | 54.58 KB |
설치 횟수 | 10,384 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-06-19 |
출시 날짜 | 2020-04-08 |
평점 | 4.81/5 총 108 개의 평점 |
개발자 | Elemental Woof |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Adfly Notification Bypass", "version": "1.0", "description": "Adfly deserves this!", "manifest_version": 2, "permissions": [ "activeTab", "*:\/\/*\/*" ], "browser_action": { "default_icon": "noadfly.png", "default_popup": "popup.html" } } |