Miley Cyrus Twerkn' Everywhere
Miley Cyrus twerkin' distirbing you on every page brought to you by Aj Colores and Carter Cole
Miley Cyrus Twerkn' Everywhereとは何ですか?
Miley Cyrus Twerkn' Everywhereはhttp://blog.cartercole.comによって開発されたChromeの拡張機能で、その主な機能は「Miley Cyrus twerkin' distirbing you on every page brought to you by Aj Colores and Carter Cole」です。
拡張機能のスクリーンショット
Miley Cyrus Twerkn' Everywhere拡張機能のCRXファイルをダウンロード
Miley Cyrus Twerkn' Everywhere拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | jkgagbjgphomlmllihpfkgchclnakhai |
| 公式URL | https://chrome.google.com/webstore/detail/miley-cyrus-twerkn-everyw/jkgagbjgphomlmllihpfkgchclnakhai |
| 説明 | Miley Cyrus twerkin' distirbing you on every page brought to you by Aj Colores and Carter Cole |
| ファイルサイズ | 338 KB |
| インストール数 | 57 |
| 現在のバージョン | 0.6.9 |
| 最終更新日 | 2013-08-28 |
| 公開日 | 2013-08-28 |
| 評価 | 2.06/5 合計 54 レビュー |
| 開発者 | http://blog.cartercole.com |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://blog.cartercole.com |
| ヘルプページのURL | http://blog.cartercole.com |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Miley Cyrus Twerkn' Everywhere",
"version": "0.6.9",
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"background": {
"scripts": [
"js\/jquery.js",
"js\/underscore.js",
"js\/background.js"
]
},
"description": "Miley Cyrus twerkin' distirbing you on every page brought to you by Aj Colores and Carter Cole",
"homepage_url": "http:\/\/blog.cartercole.com\/",
"icons": {
"128": "img\/icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"css\/inpage.css"
],
"js": [
"js\/underscore.js",
"js\/jquery.js",
"js\/onpage.js"
]
}
],
"options_page": "options.html",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
"img\/mileycyrustwerk.png"
]
} | |