Larry Filter for Twitter
Larry Filter will hide tweets containing a list of words, #hashtags, @usernames or advertising on Twitter.com!
Larry Filter for Twitterとは何ですか?
Larry Filter for Twitterはhttps://www.larryfilter.comによって開発されたChromeの拡張機能で、その主な機能は「Larry Filter will hide tweets containing a list of words, #hashtags, @usernames or advertising on Twitter.com!」です。
拡張機能のスクリーンショット
Larry Filter for Twitter拡張機能のCRXファイルをダウンロード
Larry Filter for Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Larry Filter will hide tweets containing a list of words, #hashtags, @usernames or advertising on Twitter.com! 拡張機能の基本情報
| 名前 | |
| ID | ifgdeokhnfkbgdocafpokgdnnfbnbbok |
| 公式URL | https://chromewebstore.google.com/detail/larry-filter-for-twitter/ifgdeokhnfkbgdocafpokgdnnfbnbbok |
| 説明 | Larry Filter will hide tweets containing a list of words, #hashtags, @usernames or advertising on Twitter.com! |
| ファイルサイズ | 2.09 MB |
| インストール数 | 1,745 |
| 現在のバージョン | 2.5.1 |
| 最終更新日 | 2020-11-01 |
| 公開日 | 2020-02-04 |
| 評価 | 3.99/5 合計 69 レビュー |
| 開発者 | https://www.larryfilter.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_title__",
"short_name": "Larry Filter",
"version": "2.5.1",
"default_locale": "en",
"description": "__MSG_description__",
"homepage_url": "http:\/\/www.larryfilter.com",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "images\/Twitter-32.png",
"default_popup": "menu.html"
},
"content_scripts": [
{
"css": [
"twitter.css"
],
"js": [
"jquery.js",
"larryfilter.js"
],
"matches": [
"http:\/\/twitter.com\/*",
"https:\/\/twitter.com\/*",
"http:\/\/www.twitter.com\/*",
"https:\/\/www.twitter.com\/*"
],
"run_at": "document_end"
}
],
"icons": {
"128": "images\/Twitter-128.png",
"48": "images\/Twitter-48.png",
"32": "images\/Twitter-32.png",
"16": "images\/Twitter-16.png"
},
"permissions": [
"tabs",
"storage",
"http:\/\/twitter.com\/*",
"https:\/\/twitter.com\/*"
],
"content_security_policy": "script-src 'self' https:\/\/platform.twitter.com https:\/\/cdn.api.twitter.com https:\/\/syndication.twitter.com https:\/\/larryfilter.com; object-src 'self'",
"minimum_chrome_version": "22",
"web_accessible_resources": [
"images\/*.png",
"fonts\/*.ttf",
"fonts\/*.woff"
]
} | |