Ynot! (Ynet anti LIKE)
Read ynet articles without LIKE on facebook. Clean, Light & Simple. (19K only.) קרא כתבות בווי-נט בלי לעשות לייק בפייסבוק
什麼是Ynot! (Ynet anti LIKE)?
Ynot! (Ynet anti LIKE)是由looknear開發的Chrome擴展程式,該擴展的主要功能是“Read ynet articles without LIKE on facebook. Clean, Light & Simple. (19K only.) קרא כתבות בווי-נט בלי לעשות לייק בפייסבוק”。
擴展截圖
下載Ynot! (Ynet anti LIKE)擴展crx文件
下載Ynot! (Ynet anti LIKE)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The ORIGINAL Ynet facebook LIKE remover!!! (Light & Simple! only 19K! Doing only what it supposed to do!) This extension will allow viewers to read Ynet articles without having to press "LIKE" on Facebook. This development testing tool was created for personal use. It tests the ability to use a Chrome extension in order to manipulate inner Iframes within a page. This code example removes the "LIKE" cover on Ynet articles which require a Facebook account, which I don't - and never will - have... :)
擴展基本資訊
名稱 | |
ID | dpgbmnobdckgejpfpbpohonekmglnlfb |
官方網址 | https://chrome.google.com/webstore/detail/ynot-ynet-anti-like/dpgbmnobdckgejpfpbpohonekmglnlfb |
簡介 | Read ynet articles without LIKE on facebook. Clean, Light & Simple. (19K only.) קרא כתבות בווי-נט בלי לעשות לייק בפייסבוק |
檔案大小 | 21.96 KB |
安裝次數 | 38 |
目前版本 | 1.2 |
更新時間 | 2013-05-29 |
上架時間 | 2013-05-29 |
評分 | 3.00/5 共 2 次評分 |
開發者 | looknear |
付費類型 | free |
擴展官網 | http://www.ilook.co.il |
說明頁面URL | http://www.ilook.co.il |
支援的語言 | |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ynot! (Ynet anti LIKE)", "description": "Read ynet articles without LIKE on facebook. Clean, Light & Simple. (19K only.) \u05e7\u05e8\u05d0 \u05db\u05ea\u05d1\u05d5\u05ea \u05d1\u05d5\u05d5\u05d9-\u05e0\u05d8 \u05d1\u05dc\u05d9 \u05dc\u05e2\u05e9\u05d5\u05ea \u05dc\u05d9\u05d9\u05e7 \u05d1\u05e4\u05d9\u05d9\u05e1\u05d1\u05d5\u05e7", "version": "1.2", "browser_action": { "default_icon": "16.png", "name": "Ynot extension by iLook" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "all_frames": true, "run_at": "document_idle", "js": [ "somecode.js" ] } ], "permissions": [ "tabs", "https:\/\/*\/*", "http:\/\/*\/*" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |