Ynot! (Ynet anti LIKE)

Read ynet articles without LIKE on facebook. Clean, Light & Simple. (19K only.) קרא כתבות בווי-נט בלי לעשות לייק בפייסבוק

Ynot! (Ynet anti LIKE) là gì?

Ynot! (Ynet anti LIKE) là một tiện ích mở rộng Chrome được phát triển bởi looknear, và tính năng chính của nó là "Read ynet articles without LIKE on facebook. Clean, Light & Simple. (19K only.) קרא כתבות בווי-נט בלי לעשות לייק בפייסבוק".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ynot! (Ynet anti LIKE)

Tải xuống các tệp mở rộng Ynot! (Ynet anti LIKE) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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... :)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ynot! (Ynet anti LIKE) Ynot! (Ynet anti LIKE)
ID dpgbmnobdckgejpfpbpohonekmglnlfb
URL Chính Thức https://chrome.google.com/webstore/detail/ynot-ynet-anti-like/dpgbmnobdckgejpfpbpohonekmglnlfb
Mô tả Read ynet articles without LIKE on facebook. Clean, Light & Simple. (19K only.) קרא כתבות בווי-נט בלי לעשות לייק בפייסבוק
Kích Thước Tệp 21.96 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2013-05-29
Ngày Phát Hành 2013-05-29
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển looknear
Loại Thanh Toán free
Trang Web Mở Rộng http://www.ilook.co.il
URL Trang Trợ Giúp http://www.ilook.co.il
Ngôn Ngữ Được Hỗ Trợ
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"
    }
}