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 |
公式URL | 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" } } |