Kiss* AdHider
Clicks the hide button for ads on kissanime.com, kisscartoon.me, and kissasian.com
Kiss* AdHiderとは何ですか?
Kiss* AdHiderはBates550によって開発されたChromeの拡張機能で、その主な機能は「Clicks the hide button for ads on kissanime.com, kisscartoon.me, and kissasian.com」です。
拡張機能のスクリーンショット
Kiss* AdHider拡張機能のCRXファイルをダウンロード
Kiss* AdHider拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Kiss* AdHider hides ads on the video pages of kissanime.com, kisscartoon.me, and kissasian.com. You can choose the number of ads you want to hide so you can reach a middle ground between helping out the site and having a ton of ads bogging your browser down. 拡張機能の基本情報
| 名前 | |
| ID | nflemgmhipglnakijnfnabobjgnkadin |
| 公式URL | https://chromewebstore.google.com/detail/kiss-adhider/nflemgmhipglnakijnfnabobjgnkadin |
| 説明 | Clicks the hide button for ads on kissanime.com, kisscartoon.me, and kissasian.com |
| ファイルサイズ | 443 KB |
| インストール数 | 326 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2015-11-14 |
| 公開日 | 2015-11-14 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | Bates550 |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/Bates550/kissterisk_adhider |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Kiss* AdHider",
"version": "1.1",
"description": "Clicks the hide button for ads on kissanime.com, kisscartoon.me, and kissasian.com",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_icon": {
"19": "icons\/icon19.png",
"38": "icons\/icon38.png"
},
"default_title": "Kiss* AdHider",
"default_popup": "popup.html"
},
"author": "Bates 550",
"permissions": [
"webNavigation",
"activeTab",
"*:\/\/kisscartoon.me\/Cartoon\/*\/*",
"*:\/\/kissanime.com\/Anime\/*\/*",
"*:\/\/kissasian.com\/Drama\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/kisscartoon.me\/Cartoon\/*\/*",
"*:\/\/kissanime.to\/Anime\/*\/*",
"*:\/\/kissasian.com\/Drama\/*\/*"
],
"js": [
"kissterisk_adhider.js"
]
}
]
} | |