Stoppity Poppity
Stop those irritating popups that interrupt you when you're reading.
Stoppity Poppity là gì?
Stoppity Poppity là một tiện ích mở rộng Chrome được phát triển bởi yearlyglot, và tính năng chính của nó là "Stop those irritating popups that interrupt you when you're reading.".
Ả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 Stoppity Poppity
Tải xuống các tệp mở rộng Stoppity Poppity 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
You're reading a blog and suddenly the screen goes dark and you lose what you were reading because there's a "please subscribe" window in front of you. You're browsing for song lyrics and suddenly you lose the lyrics to an advertisement for a ringtone. Isn't it irritating? This plugin is intended to remove those irritating modal lightbox popups that interrupt you while you're trying to read a blog or a web site. Currently blocks the following types of popup: - Popup Domination - Pippity Poppity - Ringtone Maker - AdSpot - ShortTail - jqueryModal - aWeber
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stoppity Poppity |
ID | abckjldgppcaijlhpdjipckhehlpenbf |
URL Chính Thức | https://chromewebstore.google.com/detail/stoppity-poppity/abckjldgppcaijlhpdjipckhehlpenbf |
Mô tả | Stop those irritating popups that interrupt you when you're reading. |
Kích Thước Tệp | 19.84 KB |
Số Lần Cài Đặt | 327 |
Phiên Bản Hiện Tại | 2.2 |
Cập Nhật Lần Cuối | 2021-07-16 |
Ngày Phát Hành | 2013-06-25 |
Đánh Giá | 2.29/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | yearlyglot |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stoppity Poppity", "description": "Stop those irritating popups that interrupt you when you're reading.", "version": "2.2", "permissions": [], "background": { "scripts": [ "bg.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "stoppity.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": { "19": "icon.png" }, "default_title": "A lightbox was blocked on this page" } } |