אמ;לק לפייסבוק
מאמ;לק לך את הניוז פיד
What is אמ;לק לפייסבוק?
אמ;לק לפייסבוק is a Chrome extension developed by Hillai Ben-Sasson, and its main feature is "מאמ;לק לך את הניוז פיד".
Extension Screenshots
Download אמ;לק לפייסבוק Extension CRX File
Download אמ;לק לפייסבוק extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
אמ;לק לפייסבוק - התוסף שיחסוך לכם קליקים על כתבות מטופשות בפיד ויתמצת את הכתבה במקום. פשוט עברו עם העכבר מעל הלינק ותוכלו לראות את הסיכום של תוכן הכתבה! למה אמ;לק? קיצור של "ארוך מדי; לא קראתי". בהשראת המקור הלועזי TL;DR - Too Long; Didn't Read, ודף הפייסבוק בעל אותו השם. למה בכללי? כי לכולנו נמאס מכותרות הקליקבייט המיותרות האלה שכל אתרי ה"חדשות" משתמשים בהן כדי למשוך צופים מהפייסבוק. אמ;לק לפייסבוק תומך כרגע באתרים הבאים על כל גרורותיהם (ואם יש לכם רעיונות לעוד, אתם תמיד מוזמנים לשלוח לנו! [email protected]): ידיעות אחרונות, ynet, חדשות 2, mako, רשת, הארץ, וואלה!, ישראל היום, NRG, מעריב, TMI, ערוץ 7, חדשות 10, נענע 10, כיכר השבת, מקור ראשון, xnet, פנאי פלוס, TheMarker, גלובס, כלכליסט, Bizportal, ערוץ הספורט/ספורט 5, ספורט 1/ספורט 2, ONE.
Extension Basic Information
Name | |
ID | fminohcpaejndmahbejhgnfllkgfdhco |
Official URL | https://chrome.google.com/webstore/detail/fminohcpaejndmahbejhgnfllkgfdhco |
Description | מאמ;לק לך את הניוז פיד |
File Size | 47.28 KB |
Installation Count | 229 |
Current Version | 1.0.5 |
Last Updated | 2016-07-08 |
Publish Date | 2016-07-08 |
Rating | 4.73/5 Total 11 Ratings |
Developer | Hillai Ben-Sasson |
Payment Type | free |
Supported Languages | |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u05d0\u05de;\u05dc\u05e7 \u05dc\u05e4\u05d9\u05d9\u05e1\u05d1\u05d5\u05e7", "description": "\u05de\u05d0\u05de;\u05dc\u05e7 \u05dc\u05da \u05d0\u05ea \u05d4\u05e0\u05d9\u05d5\u05d6 \u05e4\u05d9\u05d3", "version": "1.0.5", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "jquery.min.js", "tldr.js" ], "css": [ "tldr.css" ], "run_at": "document_end" } ], "permissions": [ "http:\/\/benkol.com\/amlk\/urls\/" ], "background": { "scripts": [ "jquery.min.js", "background.js" ], "persistent": false } } |