I don't care about your likes
Read social media without paying attention to the addictive aspect of it
Qu'est-ce que I don't care about your likes ?
I don't care about your likes est une extension Chrome développée par http://www.miltonlaufer.com.ar, et sa fonction principale est "Read social media without paying attention to the addictive aspect of it".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension I don't care about your likes
Téléchargez les fichiers d'extension I don't care about your likes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Hides the likes and notifications on Facebook (you can select which want to receive). NEW VERSION with options and "no change settings" timer!
Informations de Base sur l'Extension
Nom | |
ID | gikbfkplonaggpdlollhdgbinhbcedip |
URL Officiel | https://chrome.google.com/webstore/detail/i-dont-care-about-your-li/gikbfkplonaggpdlollhdgbinhbcedip |
Description | Read social media without paying attention to the addictive aspect of it |
Taille du Fichier | 12.23 KB |
Nombre d'Installations | 68 |
Version Actuelle | 0.1.6 |
Dernière Mise à Jour | 2017-10-12 |
Date de Publication | 2017-10-12 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://www.miltonlaufer.com.ar |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |