Akhbargoo

Intelligent Media Analysis

What is Akhbargoo?

Akhbargoo is a Chrome extension developed by Akhbargoo.ir, and its main feature is "Intelligent Media Analysis".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Akhbargoo Extension CRX File

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

                        افزونه مرورگر اخبارگو
ابزاری برای نمایش و رهگیری اخبار مرتبط و خلاصه سازی هوشمند متن اخبار.

راهنما:
۱. بعد از نصب افزونه وارد هر خبر که شوید عدد مطالب مرتبط روی آیکون اخبارگو اضافه میشود.
۲. زمانی که مرورگر شما بروی صفحه خبر باز باشد با کلیک بر روی افزونه خلاصه خبر و مطالب مرتبط نمایش داده میشود.

بزودی امکانات بیشتری اضافه خواهد شد...

https://akhbargoo.ir
نکته: برای نصب از طریق گوگل اکستنشن میبایست از فیلترشکن استفاده نمایید.                    

Extension Basic Information

Name Akhbargoo Akhbargoo
ID nlfalnbijdbjibkgepophininhlmaemc
Official URL https://chromewebstore.google.com/detail/akhbargoo/nlfalnbijdbjibkgepophininhlmaemc
Description Intelligent Media Analysis
File Size 253 KB
Installation Count 34
Current Version 0.2
Last Updated 2017-07-23
Publish Date 2017-07-23
Rating 5.00/5 Total 4 Ratings
Developer Akhbargoo.ir
Email [email protected]
Payment Type free
Extension Website https://akhbargoo.ir
Supported Languages fa
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Akhbargoo",
    "description": "Intelligent Media Analysis",
    "version": "0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Akhbargoo"
    },
    "background": {
        "scripts": [
            "config.js",
            "lib\/jquery.js",
            "lib\/persian.min.js",
            "lib\/akhbargoo.js",
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/api.akhbargoo.ir\/*",
        "http:\/\/127.0.0.1:8080\/*",
        "https:\/\/maxcdn.bootstrapcdn.com\/*",
        "webRequest",
        "storage",
        "activeTab",
        "tabs",
        "cookies"
    ],
    "web_accessible_resources": [
        "emulation.js"
    ]
}