Linkirani

Verify links on linkirani.ir

What is Linkirani?

Linkirani is a Chrome extension developed by Jangal, and its main feature is "Verify links on linkirani.ir".

Extension Screenshots

screenshot

Download Linkirani Extension CRX File

Download Linkirani 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

                        "Link Irani" is a website that helps Iranian internet users to determine if their Internet traffic is calculated at half price according to Iranian tariffs.
Link Irani's extension also helps users to easily use the features of Link Irani's website.
The ability of ranking websites that have half price traffic in Link Irani will be added in the future.

Features:

- Toolbar button to direct access linkirani.ir
- Context menu item to open and verify a link on linkirani.ir                    

Extension Basic Information

Name Linkirani Linkirani
ID lkfbpmilmogbplanpheiejbofpeafbof
Official URL https://chromewebstore.google.com/detail/linkirani/lkfbpmilmogbplanpheiejbofpeafbof
Description Verify links on linkirani.ir
File Size 57.91 KB
Installation Count 5,633
Current Version 1.7
Last Updated 2020-02-18
Publish Date 2020-02-16
Rating 3.22/5 Total 27 Ratings
Developer Jangal
Payment Type free
Extension Website https://linkirani.ir
Help Page URL https://linkirani.ir
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linkirani",
    "short_name": "Linkirani",
    "version": "1.7",
    "description": "Verify links on linkirani.ir",
    "icons": {
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "webNavigation"
    ],
    "browser_action": {
        "default_icon": "assets\/logo.png",
        "default_title": "Linkirani"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}