Webmail Ad Blocker에 대한 리뷰
Webmail Ad Blocker 제작자: Jason Savard
Firefox 사용자 13613198 님의 리뷰
5점 만점에 1점
Firefox 사용자 13613198 님, 7년 전chrome.storage.local.get(null, items => {
if (items && !items.adForSupportDismissed) {
var options = {
type: "basic",
priority: 2,
title: "Webmail Ad Blocker",
message: "Thank you for using this extension!\nIf you like it, consider supporting your developer with a contribution by clicking here.",
iconUrl: "images/icon64.png"
}
if (DetectClient.isChrome()) {
options.buttons = [{title:"Remind me later"}, {title:"No, thank you"}];
}
chrome.notifications.create("adForSupport", options);
}
});
Adware included. Stay away people.
if (items && !items.adForSupportDismissed) {
var options = {
type: "basic",
priority: 2,
title: "Webmail Ad Blocker",
message: "Thank you for using this extension!\nIf you like it, consider supporting your developer with a contribution by clicking here.",
iconUrl: "images/icon64.png"
}
if (DetectClient.isChrome()) {
options.buttons = [{title:"Remind me later"}, {title:"No, thank you"}];
}
chrome.notifications.create("adForSupport", options);
}
});
Adware included. Stay away people.