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”。
擴展截圖
下載Russia Insider Daily Headlines擴展crx文件
下載Russia Insider Daily Headlines擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | cdcnokjdpjehafolgamomncndbgbckai |
官方網址 | 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'" } |