No Adblock-Killer
Avoid the Adblock killers, enjoy the ad-free website again!
No Adblock-Killer là gì?
No Adblock-Killer là một tiện ích mở rộng Chrome được phát triển bởi kysterdraw, và tính năng chính của nó là "Avoid the Adblock killers, enjoy the ad-free website again!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng No Adblock-Killer
Tải xuống các tệp mở rộng No Adblock-Killer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Have you ever had to disable adblock on a website? Thanks to no-adblock-killer, keep enjoying the ad-free website!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gehpbpmoageipdegelfanklkfaeffjki |
URL Chính Thức | https://chrome.google.com/webstore/detail/no-adblock-killer/gehpbpmoageipdegelfanklkfaeffjki |
Mô tả | Avoid the Adblock killers, enjoy the ad-free website again! |
Kích Thước Tệp | 116 KB |
Số Lần Cài Đặt | 488 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2019-05-27 |
Ngày Phát Hành | 2019-05-27 |
Đánh Giá | 1.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | kysterdraw |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/lucasmrdt/no-adb-killer |
URL Trang Trợ Giúp | https://github.com/lucasmrdt/no-adb-killer/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Adblock-Killer", "short_name": "no-adb-killer", "version": "1.6", "description": "Avoid the Adblock killers, enjoy the ad-free website again!", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "scripts\/*" ], "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*.6play.fr\/*", "https:\/\/*.tf1.fr\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |