VK+OK Ads Block
Looking for Ads Block for Vkontakte & Odnoklassniki? “VK+OK Ads Block“- blocking ads in one click!
VK+OK Ads Blockคืออะไร?
VK+OK Ads Block เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://netreklami.ru และคุณลักษณะหลักของมันคือ "Looking for Ads Block for Vkontakte & Odnoklassniki? “VK+OK Ads Block“- blocking ads in one click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VK+OK Ads Block
ดาวน์โหลดไฟล์ส่วนขยาย VK+OK Ads Block ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you tired of ads and looking for ads blocking extensions? So try Vkontakte & Odnoklassniki Ads Block right now! If you are an active user of such social network as VKontakte and Odnoklassniki you know what ads is. When you are scrolling your news or watching photos you always distracted by ads. It’s very annoying, so we have a good decision of this problem. Download Vkontakte & Odnoklassniki Ads Block and check the result right now. Vkontakte & Odnoklassniki Ads Block features: - The extension doesn’t require any additional settings; - Blocks all ads and does not add own ads; - Easy to install, use and delete. Blocking ads has never been so easy. Stop waste your time scrolling miles of useless and annoying information. Install the ads block for VK & OK and forget about ads in one click! The extension has functional which show "Thank you page" from the developer. We are waiting for your feedback here http://netreklami.ru/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | VK+OK Ads Block |
ID | fpfmmadpecocfkeapbffclpmjpbgidaf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vk+ok-ads-block/fpfmmadpecocfkeapbffclpmjpbgidaf |
คำอธิบาย | Looking for Ads Block for Vkontakte & Odnoklassniki? “VK+OK Ads Block“- blocking ads in one click! |
ขนาดไฟล์ | 55.1 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.66 |
อัปเดตครั้งล่าสุด | 2022-10-19 |
วันที่เผยแพร่ | 2021-03-02 |
คะแนน | 3.94/5 รวมทั้งหมด 131 คะแนน |
ผู้พัฒนา | https://netreklami.ru |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://browser-extensions.club/ru/privacy-policy |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "ga.js", "superagent.js", "background.js", "newtabpromo_bg.js" ] }, "content_scripts": [ { "all_frames": true, "css": [ "ok_styles.css" ], "js": [ "ok_script.js" ], "matches": [ "*:\/\/*.ok.ru\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "all_frames": true, "css": [ "vk_styles.css" ], "js": [ "vk_script.js" ], "matches": [ "*:\/\/*.vk.com\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "webRequest", "webRequestBlocking", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "cookies" ], "version": "1.66" } |