CoinURL

Shorten links and earn money

ما هو CoinURL؟

CoinURL هو إضافة Chrome تم تطويرها بواسطة https://coinurl.com، والميزة الرئيسية لها هي "Shorten links and earn money".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة CoinURL

قم بتنزيل ملفات الامتداد CoinURL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Shorten links and earn virtual currency Bitcoin using coinurl.com service!

* Make right-click on the link to shorten contents of a "href" attribute
* Make right-click on the selected text to treat it as link and shorten it
* To shorten current tab's URL click extension's button located on the right from address bar

Short URL will be automatically copied to the clipboard.
Register an account with coinurl.com, enter UUID displayed on your profile page and you will receive Bitcoins for every click made on your link.                    

معلومات أساسية عن التمديد

الاسم CoinURL CoinURL
ID hioofbdebnagjphoejaimfoklbcemnfh
عنوان URL الرسمي https://chromewebstore.google.com/detail/coinurl/hioofbdebnagjphoejaimfoklbcemnfh
الوصف Shorten links and earn money
حجم الملف 20.68 KB
عدد التثبيتات 392
النسخة الحالية 1.1.6
آخر تحديث 2013-06-24
تاريخ النشر 2013-06-24
تقييم 4.50/5 مجموع تقييمات 22
المطور https://coinurl.com
نوع الدفع free
موقع الإضافة http://coinurl.com
عنوان صفحة المساعدة http://coinurl.com/faq.php
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CoinURL",
    "version": "1.1.6",
    "description": "Shorten links and earn money",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "icons": {
        "16": "icons\/coinurl_16.png",
        "32": "icons\/coinurl_32.png",
        "48": "icons\/coinurl_32.png",
        "128": "icons\/coinurl_32.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "background"
    ],
    "browser_action": {
        "default_icon": "icons\/coinurl_16.png",
        "default_popup": "popup.html",
        "default_title": "Shorten tab's URL and copy to clipboard"
    }
}