Russia Insider Daily Headlines

A Western view of Russia, without the anti-Russian bias

Russia Insider Daily Headlines란 무엇입니까?

Russia Insider Daily Headlines은(는) http://russia-insider.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Western view of Russia, without the anti-Russian bias"입니다.

확장 프로그램 스크린샷

screenshot

Russia Insider Daily Headlines 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Russia Insider is a collection of independent Westerners who believe the media has failed us, purporting a slanted and negative view of Russia. Join us as we breakdown, research, and challenge the Western narrative against Russia to bring you the facts about what's really going on in Russian politics, business, and culture. Dozens of articles are published hourly.                    

확장 프로그램 기본 정보

이름 Russia Insider Daily Headlines Russia Insider Daily Headlines
ID cdcnokjdpjehafolgamomncndbgbckai
공식 URL https://chrome.google.com/webstore/detail/russia-insider-daily-head/cdcnokjdpjehafolgamomncndbgbckai
설명 A Western view of Russia, without the anti-Russian bias
파일 크기 63.07 KB
설치 횟수 302
현재 버전 1.2
최근 업데이트 2015-10-07
출시 날짜 2015-10-07
평점 4.29/5 총 7 개의 평점
개발자 http://russia-insider.com
결제 유형 free
확장 프로그램 웹 사이트 http://russia-insider.com
도움말 페이지 URL http://russia-insider.com/contact
지원되는 언어 en
manifest.json
{
    "manifest_version": 2,
    "name": "Russia Insider Daily Headlines",
    "short_name": "Russia Insider",
    "description": "A Western view of Russia, without the anti-Russian bias",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "http:\/\/russia-insider.com\/",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/russia-insider.com\/en\/all-content\/chrome",
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Russia Insider",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "check.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}