No registrarse para Clarín y La Nación
Democratizes the access to information, for free
No registrarse para Clarín y La Naciónคืออะไร?
No registrarse para Clarín y La Nación เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Milton Läufer และคุณลักษณะหลักของมันคือ "Democratizes the access to information, for free"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No registrarse para Clarín y La Nación
ดาวน์โหลดไฟล์ส่วนขยาย No registrarse para Clarín y La Nación ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Evita tener que registrarse para leer las noticias de Clarín y La Nación (clarin.com y lanacion.com). NEW VERSION WITH FEWER PERMISSIONS.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | No registrarse para Clarín y La Nación |
ID | lnobidaiffhooajnpibbghklbohgmonh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/no-registrarse-para-clar%C3%AD/lnobidaiffhooajnpibbghklbohgmonh |
คำอธิบาย | Democratizes the access to information, for free |
ขนาดไฟล์ | 53.76 KB |
จำนวนการติดตั้ง | 594 |
เวอร์ชันปัจจุบัน | 5.3.5 |
อัปเดตครั้งล่าสุด | 2021-10-15 |
วันที่เผยแพร่ | 2017-09-27 |
คะแนน | 4.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Milton Läufer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No registrarse para Clar\u00edn y La Naci\u00f3n", "short_name": "NoRegistrarseClarin", "description": "Democratizes the access to information, for free", "version": "5.3.5", "manifest_version": 2, "author": "@miltonlaufer", "permissions": [], "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "background": { "scripts": [ "bg.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.clarin.com\/*", "https:\/\/*.lanacion.com.ar\/*" ], "js": [ "jquery.js", "myscript.js" ] } ] } |