WebAdictos
Últimas notas de WebAdictos
WebAdictosとは何ですか?
WebAdictosはhttp://webadictos.com.mxによって開発されたChromeの拡張機能で、その主な機能は「Últimas notas de WebAdictos」です。
拡張機能のスクリーンショット
WebAdictos拡張機能のCRXファイルをダウンロード
WebAdictos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | blpbcpckgkhfmimbiamodfdfimklcfcb |
| 公式URL | https://chrome.google.com/webstore/detail/webadictos/blpbcpckgkhfmimbiamodfdfimklcfcb |
| 説明 | Últimas notas de WebAdictos |
| ファイルサイズ | 146 KB |
| インストール数 | 216 |
| 現在のバージョン | 2.7 |
| 最終更新日 | 2013-08-12 |
| 公開日 | 2013-08-12 |
| 評価 | 4.80/5 合計 5 レビュー |
| 開発者 | http://webadictos.com.mx |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.webadictos.com.mx |
| ヘルプページのURL | http://www.webadictos.com.mx |
| 対応言語 | es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WebAdictos",
"version": "2.7",
"manifest_version": 2,
"description": "\u00daltimas notas de WebAdictos",
"icons": {
"48": "images\/48.png",
"128": "images\/128.png"
},
"background": {
"persistent": false,
"scripts": [
"js\/bg_webadictos.js"
]
},
"browser_action": {
"default_title": "WebAdictos",
"default_icon": "images\/icon.png",
"default_popup": "feed.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*.webadictos.com.mx\/*",
"http:\/\/*.webadictos.com\/*"
],
"js": [
"js\/checkinstall.js"
]
}
],
"permissions": [
"tabs",
"storage",
"alarms",
"http:\/\/*.webadictos.com.mx\/*",
"http:\/\/*.webadictos.com\/*",
"http:\/\/*.feedsportal.com\/*"
],
"content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'"
} | |