Crappy Ad Swap
Crappy Ad Swap allows you to see good advertising instead of the bad advertising you usually find when you surf websites.
Crappy Ad Swap là gì?
Crappy Ad Swap là một tiện ích mở rộng Chrome được phát triển bởi Brother Ad School, và tính năng chính của nó là "Crappy Ad Swap allows you to see good advertising instead of the bad advertising you usually find when you surf websites.".
Ả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 Crappy Ad Swap
Tải xuống các tệp mở rộng Crappy Ad Swap 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
Crappy Ad Swap is an extension that allows you to see good advertising instead of the bad advertising you usually find when you surf websites. This extension has an educative purpose and is exclusive for Brother’s students, so you need a code to install it. Ask at your Brother base for it! This extension does: - Swap all banner formats. - Swap Google Adsense - Hide spam
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Crappy Ad Swap |
ID | jmfcnfdbiiojincfpacekoiolacgmohb |
URL Chính Thức | https://chromewebstore.google.com/detail/crappy-ad-swap/jmfcnfdbiiojincfpacekoiolacgmohb |
Mô tả | Crappy Ad Swap allows you to see good advertising instead of the bad advertising you usually find when you surf websites. |
Kích Thước Tệp | 293 KB |
Số Lần Cài Đặt | 258 |
Phiên Bản Hiện Tại | 1.2.3 |
Cập Nhật Lần Cuối | 2016-05-23 |
Ngày Phát Hành | 2016-05-23 |
Đánh Giá | 4.82/5 Tổng số 55 Đánh Giá |
Nhà Phát Triển | Brother Ad School |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://brotherad.com/crappyadswap/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crappy Ad Swap", "version": "1.2.3", "description": "Crappy Ad Swap allows you to see good advertising instead of the bad advertising you usually find when you surf websites.", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" }, "browser_action": { "default_icon": { "19": "icon-19-disabled.png", "38": "icon-38-disabled.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.js", "config.js", "contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "background": { "scripts": [ "jquery.js", "config.js", "background.js" ] }, "permissions": [ "tabs", "background", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ] } |