OLD | NEW |
1 [general] | 1 [general] |
2 version = 1.8.9 | 2 version = 1.8.9 |
3 backgroundScripts = ext/common.js | 3 backgroundScripts = ext/common.js |
4 ext/background.js | 4 ext/background.js |
5 lib/compat.js | 5 lib/compat.js |
6 lib/info.js | 6 lib/info.js |
7 lib/io.js | 7 lib/io.js |
8 lib/adblockplus.js | 8 lib/adblockplus.js |
9 lib/punycode.js | 9 lib/punycode.js |
10 lib/publicSuffixList.js | 10 lib/publicSuffixList.js |
11 lib/basedomain.js | 11 lib/basedomain.js |
12 lib/sha1.js | 12 lib/sha1.js |
13 lib/jsbn.js | 13 lib/jsbn.js |
14 lib/rsa.js | 14 lib/rsa.js |
15 webrequest.js | 15 webrequest.js |
16 popupBlocker.js | 16 popupBlocker.js |
17 iconAnimation.js | 17 iconAnimation.js |
18 background.js | 18 background.js |
19 permissions = http://*/* https://*/* | 19 permissions = http://*/* https://*/* |
20 | 20 |
21 [contentScripts] | 21 [contentScripts] |
22 document_start = ext/common.js ext/content.js include.preload.js | 22 document_start = ext/common.js ext/content.js include.preload.js |
23 document_end = include.postload.js | 23 document_end = include.postload.js |
24 | 24 |
25 [mapping] | 25 [mapping] |
26 ext/content.js = chrome/ext/content.js | 26 ext/content.js = chrome/ext/content.js |
27 ext/popup.js = chrome/ext/popup.js | 27 ext/popup.js = chrome/ext/popup.js |
28 notification.html = chrome/notification.html | |
29 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml | 28 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml |
30 firstRun.html = adblockplus/chrome/content/ui/firstRun.html | 29 firstRun.html = adblockplus/chrome/content/ui/firstRun.html |
31 firstRun.js = adblockplus/chrome/content/ui/firstRun.js | 30 firstRun.js = adblockplus/chrome/content/ui/firstRun.js |
32 i18n.js = adblockplus/chrome/content/ui/i18n.js | 31 i18n.js = adblockplus/chrome/content/ui/i18n.js |
33 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css | 32 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css |
34 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png | 33 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png |
35 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif | 34 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif |
36 skin/background.png = adblockplus/chrome/skin/background.png | 35 skin/background.png = adblockplus/chrome/skin/background.png |
37 skin/background-main.png = adblockplus/chrome/skin/background-main.png | 36 skin/background-main.png = adblockplus/chrome/skin/background-main.png |
38 skin/background-share.png = adblockplus/chrome/skin/background-share.png | 37 skin/background-share.png = adblockplus/chrome/skin/background-share.png |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 addSubscription.label | 105 addSubscription.label |
107 addSubscriptionAdd.label | 106 addSubscriptionAdd.label |
108 addSubscriptionOther.label | 107 addSubscriptionOther.label |
109 acceptableAds2.label | 108 acceptableAds2.label |
110 viewList.label | 109 viewList.label |
111 readMore.label | 110 readMore.label |
112 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 111 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
113 title.label | 112 title.label |
114 adblockplus/chrome/locale/*/meta.properties = =name | 113 adblockplus/chrome/locale/*/meta.properties = =name |
115 adblockplus/chrome/locale/*/firstRun.properties = =* | 114 adblockplus/chrome/locale/*/firstRun.properties = =* |
OLD | NEW |