ruTanos
Клац і твій Google без ru контенту!
What is ruTanos?
ruTanos is a Chrome extension developed by Mykola Shevchuk, and its main feature is "Клац і твій Google без ru контенту!".
Extension Screenshots
Download ruTanos Extension CRX File
Download ruTanos 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
Клац, і твій Google без ru контенту! Плагін ruTanos приховує російські сайти з видачі Google. В майбутньому плануємо додати підтримку фільтрування на Youtube.
Extension Basic Information
Name | ruTanos |
ID | lclakbkgdadioimjddglmnoioedafelc |
Official URL | https://chromewebstore.google.com/detail/rutanos/lclakbkgdadioimjddglmnoioedafelc |
Description | Клац і твій Google без ru контенту! |
File Size | 62.88 KB |
Installation Count | 607 |
Current Version | 0.0.11 |
Last Updated | 2022-11-08 |
Publish Date | 2020-07-17 |
Rating | 4.50/5 Total 16 Ratings |
Developer | Mykola Shevchuk |
[email protected] | |
Payment Type | free |
Extension Website | https://rutanos.com/ |
Supported Languages | uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ruTanos", "description": "\u041a\u043b\u0430\u0446 \u0456 \u0442\u0432\u0456\u0439 Google \u0431\u0435\u0437 ru \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0443!", "version": "0.0.11", "browser_action": { "default_icon": "icons\/icon.png", "default_title": "ruTanos", "default_popup": "index.html" }, "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "content_scripts": [ { "matches": [ "*:\/\/google.com\/search*", "*:\/\/google.com.ua\/search*", "*:\/\/www.google.com\/search*", "*:\/\/www.google.com.ua\/search*" ], "js": [ "main.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |