I don't care about your likes
Read social media without paying attention to the addictive aspect of it
Что такое I don't care about your likes?
I don't care about your likes - это расширение Chrome, разработанное http://www.miltonlaufer.com.ar, и его основная функция - "Read social media without paying attention to the addictive aspect of it".
Снимки экрана расширения
Скачать файл CRX расширения I don't care about your likes
Скачайте файлы расширений I don't care about your likes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Hides the likes and notifications on Facebook (you can select which want to receive). NEW VERSION with options and "no change settings" timer!
Основная информация о расширении
Название | |
ID | gikbfkplonaggpdlollhdgbinhbcedip |
Официальный URL | https://chrome.google.com/webstore/detail/i-dont-care-about-your-li/gikbfkplonaggpdlollhdgbinhbcedip |
Описание | Read social media without paying attention to the addictive aspect of it |
Размер файла | 12.23 KB |
Количество установок | 68 |
Текущая Версия | 0.1.6 |
Последнее Обновление | 2017-10-12 |
Дата публикации | 2017-10-12 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | http://www.miltonlaufer.com.ar |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "I don't care about your likes", "description": "Read social media without paying attention to the addictive aspect of it", "version": "0.1.6", "manifest_version": 2, "options_page": "options.html", "browser_action": { "default_title": "Options", "default_popup": "options.html" }, "author": "@fracasamejor", "icons": { "128": "icon128.png" }, "permissions": [ "storage", "tabs" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "js": [ "myscript_idontcare.js" ] } ] } |