Ad-s.ru
Реклама и заработок
What is Ad-s.ru?
Ad-s.ru is a Chrome extension developed by wwmac, and its main feature is "Реклама и заработок".
Extension Screenshots
Download Ad-s.ru Extension CRX File
Download Ad-s.ru extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Расширение периодически показывает рекламные Тизеры и рекламные сообщения с предложением просмотра сайта, пока вы пользуетесь браузером. За просмотр рекламы мы платим деньги.
Extension Basic Information
Name | |
ID | mcdlnkmfddcafmmpdlllnmcailmkpmml |
Official URL | https://chrome.google.com/webstore/detail/ad-sru/mcdlnkmfddcafmmpdlllnmcailmkpmml |
Description | Реклама и заработок |
File Size | 708 KB |
Installation Count | 323 |
Current Version | 2 |
Last Updated | 2021-09-25 |
Publish Date | 2021-02-27 |
Rating | 2.40/5 Total 5 Ratings |
Developer | wwmac |
[email protected] | |
Payment Type | free |
Extension Website | https://a-ds.ru |
Help Page URL | https://a-ds.ru/contact |
Privacy Policy Page URL | https://a-ds.ru/rules |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2", "name": "Ad-s.ru", "description": "\u0420\u0435\u043a\u043b\u0430\u043c\u0430 \u0438 \u0437\u0430\u0440\u0430\u0431\u043e\u0442\u043e\u043a", "manifest_version": 2, "icons": { "128": "images\/icon.png" }, "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "background": { "scripts": [ "jquery.js", "background.js" ] }, "browser_action": { "default_title": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f", "default_icon": "images\/icon.png", "default_popup": "popup.html" } } |