AdEraser
Erase Annoying ADs
什麼是AdEraser?
AdEraser是由Vinod Kumar開發的Chrome擴展程式,該擴展的主要功能是“Erase Annoying ADs”。
下載AdEraser擴展crx文件
下載AdEraser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Annoyed with intrusive Ads? AdEraser helps you remove Ads from any webpage. Steps to remove Ads Press Control Key. Move cusror over the Ad block. Hold for half a second.
擴展基本資訊
名稱 | |
ID | fjdelnndmmlhciepkjipfammigimegfa |
官方網址 | https://chrome.google.com/webstore/detail/aderaser/fjdelnndmmlhciepkjipfammigimegfa |
簡介 | Erase Annoying ADs |
檔案大小 | 40.42 KB |
安裝次數 | 36 |
目前版本 | 1.2 |
更新時間 | 2017-02-23 |
上架時間 | 2017-02-23 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Vinod Kumar |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AdEraser", "description": "Erase Annoying ADs", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "48": "icon48.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery-3.1.1.min.js", "script.js" ] } ] } |