I don't care about your likes
Read social media without paying attention to the addictive aspect of it
Apa itu I don't care about your likes?
I don't care about your likes adalah ekstensi Chrome yang dikembangkan oleh http://www.miltonlaufer.com.ar, dan fitur utamanya adalah "Read social media without paying attention to the addictive aspect of it".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi I don't care about your likes
Unduh file ekstensi I don't care about your likes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Hides the likes and notifications on Facebook (you can select which want to receive). NEW VERSION with options and "no change settings" timer!
Informasi Dasar Ekstensi
Nama | |
ID | gikbfkplonaggpdlollhdgbinhbcedip |
URL Resmi | https://chrome.google.com/webstore/detail/i-dont-care-about-your-li/gikbfkplonaggpdlollhdgbinhbcedip |
Deskripsi | Read social media without paying attention to the addictive aspect of it |
Ukuran File | 12.23 KB |
Jumlah Instalasi | 68 |
Versi Saat Ini | 0.1.6 |
Terakhir Diperbarui | 2017-10-12 |
Tanggal Publikasi | 2017-10-12 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | http://www.miltonlaufer.com.ar |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |