I don't care about your likes
Read social media without paying attention to the addictive aspect of it
Wat is I don't care about your likes?
I don't care about your likes is een Chrome-extensie ontwikkeld door http://www.miltonlaufer.com.ar, en de belangrijkste functie is "Read social media without paying attention to the addictive aspect of it".
Extensie Screenshots
Download het CRX-bestand van de extensie I don't care about your likes
Download I don't care about your likes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Hides the likes and notifications on Facebook (you can select which want to receive). NEW VERSION with options and "no change settings" timer!
Basisinformatie over de Extensie
Naam | |
ID | gikbfkplonaggpdlollhdgbinhbcedip |
Officiële URL | https://chrome.google.com/webstore/detail/i-dont-care-about-your-li/gikbfkplonaggpdlollhdgbinhbcedip |
Beschrijving | Read social media without paying attention to the addictive aspect of it |
Bestandsgrootte | 12.23 KB |
Aantal Installaties | 68 |
Huidige Versie | 0.1.6 |
Laatst Bijgewerkt | 2017-10-12 |
Publicatiedatum | 2017-10-12 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://www.miltonlaufer.com.ar |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |